"without letting it reload the page every second"
in short: you can't.
If you want to build a 'live' game, forget all about webservers and PHP, and build it in Java (if you are into self-torture) or C, or even Visual Basic (if you're a bit of a perv).
HTTP is stateless and cannot do anything unless the browser asks for it.