Search results

  1. A

    php variables not passing, I think the scope changed?

    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()...
  2. A

    Using ajax - place external page inside div, nested?

    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...
  3. A

    What is a FTP exactly and do I need it NOW to make a priactice site in PHP ?

    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...
Back
Top