I was wondering if PHP has any capability for dynamic content? I want to create a 'ready room' similar to what you'd find in Warcraft 3 or C&C. Users push a 'ready' button and when everyone if ready the host can then start the game.
Currently I'm doing it by making the users refresh the screen. Is there an easier way of doing this? Can I only refresh a small section of code (for example the part which displays who is and isn't 'ready'). Basically, can I do this without asking for a page refresh?
Thank ya thank ya!