Testing PHP Scripts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tochiunamka
    New Member
    • Apr 2007
    • 3

    Testing PHP Scripts

    How can i test PHP Scripts on the portal of my web host.Do i need an FTP program to upload it of do i attach the file (scripts).IF i do that how can i preview it and test its functionality?
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, tochiunamka.

    All you have to do is upload the file to your webserver. From there, you should be good to go; just punch the URL into your browser's address bar.

    You might have to fix permissions on the file, but if you can get it working on your local system, you shouldn't have to worry about it.

    Comment

    • developing
      New Member
      • Mar 2007
      • 110

      #3
      Originally posted by pbmods
      Heya, tochiunamka.

      All you have to do is upload the file to your webserver. From there, you should be good to go; just punch the URL into your browser's address bar.

      You might have to fix permissions on the file, but if you can get it working on your local system, you shouldn't have to worry about it.
      well, the php file has to be on a machine that has php installed...yes , this would be your web server...upload it the same way you upload other web files

      Comment

      • ak1dnar
        Recognized Expert Top Contributor
        • Jan 2007
        • 1584

        #4
        Originally posted by tochiunamka
        How can i test PHP Scripts on the portal of my web host.Do i need an FTP program to upload it of do i attach the file (scripts).IF i do that how can i preview it and test its functionality?
        You can test It locally by setting up a web server that support php engine on it.
        If you need to put it to internet try a FTP client (open source) like filezilla
        Hope this may helps too.
        -Ajaxrand

        Comment

        Working...