BlUeAnGeL New Otaku
Number of posts : 85 Registration date : 2007-04-21
| Subject: PHP: Redirect Sat May 05, 2007 6:07 pm | |
| Okay, so you want to redirect someone from your php code without getting that long HTML redirect code? Well its rather simple in php.. all you have to do is: Add: - Code:
-
<? header('Location: http://The URL to redirect to/'); ?> And thats it! | |
|