OK Im trying to use the header() function to redirect to another page and send a variable. No big deal right? Well it seems the header() function takes everything literally and I cant seem to pass a variable along.
//header ('Location:http://www.olegs.com/ion
// /memup2.php?name=$name');
and
//header ('Location: //http://www.olegs.com/ion/memup2//.php?name=<?php echo $name ?>');
dont work. Any ideas???
Fox