hi all,
i call variable from prev page using get function and display it in current page, my question: why everytime i click search button in current page the variable is missing,how do i keep the variable after click the button
thanks
can't you just add the var to the search form action?
can u give me example how to do it because i'm a php beginner and stuck for almost 1 week because of this
thanks coldwerturkey for giving me idea to do it ,i manage to solve it by add var into form action after save it into session,
action="detail.php?country=<?php echo $SESSION['country'];?>&zipcode=<?php echo $SESSION['zipcode'];?>"
Don't forget to mark this thread resolved.