Redirect in PHP
| Jan 09, 2012Using the redirect in PHP code surely you’ve seen the following message: This happen when you attempt to send an header when contents has been already printed in the page. Here an example: There’s several way to fix this annoying issue. first, you can try to refactor the code in order to avoid to print […]
Read More →