hi how can i send vars with header? i tried: <? header(location="yomit.php?idlak=idlak"); ?> i want to take a var from the previos page and move him to the next page only with header, because the page with the header only inserts vars into the db. thanks avi
Hello, Misplaced quotes. Try this:
<? header("location=yomit.php?idlak=idlak"); ?>
er, no,
header("Location: yomit.php?stuff=asdf");
is right