header() question
Posted: Thu Apr 21, 2005 4:05 pm
Hi guys,
Does this look good:
That way the user goes right to the new site without a delay. The code after the header() call still gets executed right ?
Thanks.
Does this look good:
Code: Select all
header("Location: $url");
// log that click in my databaseThanks.