Hi,
I have PHP file called file1.php with an empty <div></div> in the middle. I've added a 'load' event listener so that on page load, it calls an AJAX function that calls file2.php. file2.php creates a table and loads it into the <div></div> in file1.php.
file2.php has <a> tags in it's...
Hi,
I have an session application where the user logs out via a simplt logot link. The code to do this is:
<a id="logout" title="Log out" href="logout.php" onClick="return confirm('Do you really want to log out?')">Logout</a>
So if the user answers YES to the confim, logot.php is run and the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.