Im having a problem with my last account, sorry....
When trying to redirect my php page to always include "www" i use:
<?
header('Location:
http://www_my_page');
exit;
?>
i get this error message:
Warning: Cannot modify header information - headers already sent by
i do not know what to do...
thanks