Code: Select all
<?php
header("location: /");
?>when I put nothing between the <?php and ?>, moz says the document is 3 bytes, which means something is being sent, but I don't see how or where. Does anyone have any idea?
Moderator: General Moderators
Code: Select all
<?php
header("location: /");
?>