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