I'm running php on windows xp and am testing using a program called script gui to test my scripts offline. I have a script that I want to access on a client side computer.
Question 1
Now how do I test them online? Do I need webspace? a server? I'm completely new to it so I'm a little confused as to the best way to do this.
Question 2
I've written a script that lists all the files and directories in the directory that the script is being run from. I'm assuming that if this script is uploaded to a server it will list the files on the server. But what i want is to list all the hard drive directories and files on teh server side? I hope that makes sense.
Question 3
Can I see the hard drive files and directories of the server computer on the client side via a webpage?
Thx everybody.
Question 1
Now how do I test them online? Do I need webspace? a server? I'm completely new to it so I'm a little confused as to the best way to do this.
Question 2
I've written a script that lists all the files and directories in the directory that the script is being run from. I'm assuming that if this script is uploaded to a server it will list the files on the server. But what i want is to list all the hard drive directories and files on teh server side? I hope that makes sense.
Question 3
Can I see the hard drive files and directories of the server computer on the client side via a webpage?
Thx everybody.
Comment