I am adding some debug output functions to a PHP application.
Everything worked well before I changed anything.
I created a wrapper function for the require() function called a_require().
a_require() takes some debug info and echos it if debug is on. Then it sends the file name to require()...
I have just discovered ajax. I don't quite understand why this setup doesn't work:
I have a page - users.php
Inside this page I have a button that calls userlist.php to the innerHTML of a div.
It works just fine.
Now I have created admin.php, and using the same method, I have called...
FTP is a way to get the files from your computer onto the web server.
If you have a web interface that you can do this through (you know, a web page with an upload box), the you can manage without FTP.
I recommend using FTP though because even though you are probably only going to be uploading...