As the title implies, I'm looking for a way to change information in tables without refreshing the entire page. I imagine this is possible in Javascript, but am wondering if there is a way to do it with PHP.
Essentially, my site consists of three vertical content tables. In the first table, it will contain links to events; upon clicking a link, I want the subsequent information from PHP files to appear in the other two tables without the page refreshing.
Changing information in table without reloading page
Moderator: General Moderators
Re: Changing information in table without reloading page
PHP is a server side language, so no, you cannot do it with PHP. Have a look at prototype.js