moondance
08-05-2003, 09:27 AM
i've been developing a little site on my laptop, where i've got apache, php and mysql configured. I've been making the pages in dreamweaver, saved in a seperate folder.
I've got to the point where i'm bringing everything together, and was wondering if i need to place my entire site in apaches htdocs folder, or can i just call the scripts?
Also, when i open the web page by double clicking on it, say i fill in a login form, which has a php login script, when i press submit, it offers me the file to download. The only way i can get the script to properly work is by going throught start menu/ run. Is this normal? and will it happen when the websites online?
oh and another thing thats not too important for a post of itself - i've used sessions for a members area. Within this members area are links. If I use a logout script to destroy any session variables and clear the files from the temp folder, then login to the members area again, the links are still the 'clicked' colour. I'm sure if you delete all session information, the page should load like its never been viewed before, right?
thanks for your time
;)
I've got to the point where i'm bringing everything together, and was wondering if i need to place my entire site in apaches htdocs folder, or can i just call the scripts?
Also, when i open the web page by double clicking on it, say i fill in a login form, which has a php login script, when i press submit, it offers me the file to download. The only way i can get the script to properly work is by going throught start menu/ run. Is this normal? and will it happen when the websites online?
oh and another thing thats not too important for a post of itself - i've used sessions for a members area. Within this members area are links. If I use a logout script to destroy any session variables and clear the files from the temp folder, then login to the members area again, the links are still the 'clicked' colour. I'm sure if you delete all session information, the page should load like its never been viewed before, right?
thanks for your time
;)