Hello -
I need to set the path in php for where i want the page to be loaded after these commands are processed.
I've tried redirect but it works only if its locally. maybe i'm doing it wrong.
here my current redirect
thanks, in advance for your help!
I need to set the path in php for where i want the page to be loaded after these commands are processed.
I've tried redirect but it works only if its locally. maybe i'm doing it wrong.
here my current redirect
Code:
header("Location: http://$server/$domain/$username/$username.php") ;
Comment