Hi there
I'm trying to refresh my page automatiscally... Normally you would use the META tag with HTML, however I'm using PHP to display XML code....
<?php
header("Content-type: text/xml");
header("Here shoud be the refresh command");
More program code
?>
The question is : what is that specific piece op code
should it be location: url=.... with a refresh option
I can't find it anywhere....
Thanks In Advance