How can I refresh a page automatically after a given time period with a variable attached to it?
This is what I have tried but no luck.
<meta http-equiv="refresh" content="3" <?php echo 'url="game.php?id=' . $id . '"'?>>
At the moment it ignores the the php code completely.
just a little problem