Changing information in table without reloading page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
divito
Forum Commoner
Posts: 89
Joined: Sun Feb 22, 2009 7:29 am

Changing information in table without reloading page

Post by divito »

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.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Changing information in table without reloading page

Post by Benjamin »

PHP is a server side language, so no, you cannot do it with PHP. Have a look at prototype.js
Post Reply