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!
Ok, after studying some code, i understand how to create a users online script using a db. Basically i just call the db and insert all the info in the db with a time out. HOwever, when do i call this? Righ tunderneith everypage right under session_start();?
it should happen after session_start() (at the top of the page). Store the information in a string, and echo/print/parse it into the html where you want it.