Results 1 to 6 of 6

Thread: PHP server help

  1. #1
    Join Date
    Jan 2006
    Location
    At home
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PHP server help

    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????

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Quote Originally Posted by vaibhav24in View Post
    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.

  3. #3
    Join Date
    Jan 2006
    Location
    At home
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks a lot for reply!!!

    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!!!

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    .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.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Feb 2005
    Posts
    96
    Thanks
    0
    Thanked 0 Times in 0 Posts

  6. #6
    Join Date
    Jan 2006
    Location
    At home
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks a lot, I learnt how to make them work. Thanks a lot!!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •