Just a quckie
I want to user header("location:???) syntax
but i want to pass a varibale to the target page.
I've tried appending th variable to the end of the location string but it doesn't want t o pass it
anyone know why ?
cheers
Gary Mailer
header ("Location: mypage.php?var=$var&foo=$bar");
Works here.