header redirect
Posted: Thu Apr 10, 2003 9:56 am
I'm trying to redirect a page using header()
but I only get the first part of the returned string
when requeting msg (only User)
how can I get it all?
thanks
Guy
Code: Select all
<?php
header("Location: ../index.php?msg=User does not exists: $UserName")
?>when requeting msg (only User)
how can I get it all?
thanks
Guy