hi,
If a variable has a space like this:
$name = Tom Jones
how can I get it to run this:
header("Location: namepage.php?name=$name");
without it using %20 for the space?
if that isnt possible, how do i correct this? In the mysql database it shows up as tom jones.
thanks alot