-
how to use hidden with header
Hi
I am trying to remove all the variables calls so that users can not play with the values. I want to use hidden as much as I can. But how I deal with following situation? This $data will change a lot according to what user does, so I am not leaning towards using session variable or cookies. What is the best practice?
$nfile="mdk_home.php?ch=$data";
header("Location: ".str_replace(" ","%20", $nfile));
Thanks
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks