Changing information in table without reloading page
Posted: Sat Mar 14, 2009 6:44 am
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.
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.