when running this code:
<html>
<?php
/* This will give an error. Note the output
* above, which is before the header() call */
header('Locatio n: http://www.example.com/');
?>
It runs perfectly on my server! Why isnt is giving the expected error???
<html>
<?php
/* This will give an error. Note the output
* above, which is before the header() call */
header('Locatio n: http://www.example.com/');
?>
It runs perfectly on my server! Why isnt is giving the expected error???
Comment