PHP& Code Snippets22 Mar 2005 06:50 pm
Example.
// redirects a user to scriptschool.com
header(”Location: http://www.scriptschool.com/”);
Also see PHP course I, week #8.
Example.
// redirects a user to scriptschool.com
header(”Location: http://www.scriptschool.com/”);
Also see PHP course I, week #8.