shoutbox style display

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
dsick
Forum Commoner
Posts: 57
Joined: Fri Mar 27, 2009 3:34 pm

shoutbox style display

Post by dsick »

i want my comments to update on my homepage without having to refresh the page to see them... sorta like how shoutbox's are

i want sort of a chatbox feel to them.. would i be breaking into javascript with this? i cant figure out how to do it with php
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: shoutbox style display

Post by jaoudestudios »

Yes you will need to use AJAX. Which consists of javascript & php
Post Reply