Log in

View Full Version : PHP server help



vaibhav24in
02-14-2007, 01:10 AM
I have signed up for a php server. I am unable to understand how upload my files to the servers and where to put. I hvae experience with cgi servers. this is my first time with php servers. Is there any tutorial available on the web???? :)

thetestingsite
02-14-2007, 01:59 AM
I am unable to understand how upload my files to the servers and where to put.

Use an FTP client, upload your php files to the server (in whatever directory you would like). That's it. To test your scripts, open the browser window, call the url to the script/file, test.

Not sure if this is what you mean, but hope this helps.

vaibhav24in
02-14-2007, 09:48 AM
Thanks a lot for the reply. Actully I wanna know where to put the php script and where to put the html codes??? As one have to put the cgi script in the cgi folder of the server. I know how to use ftp software. I connected myself with the server but there was no such folder. I just saw mysql and things like this. If you know any tutorial about setting up the php script on the server then let me know please. it will be great help. Thanks!!!

djr33
02-14-2007, 10:23 AM
.php files are just "special" .htm files... to simplify it.

Place it whereever you want. Then go to that file.

Like... index.php in the server root (main folder) will be the page on www.your.com, etc.

TheBigT
02-14-2007, 10:24 PM
http://www.php.net/manual/en/tutorial.firstpage.php

vaibhav24in
02-15-2007, 07:30 AM
Thanks a lot, I learnt how to make them work. Thanks a lot!!!:)