[PHP] inserting parameters into URLs dynamically

2003-03-14 Thread Maureen Roihl
eed to get tracked with every request they made). We're planning to implement persistent sessions across our servers as well. ======== Maureen Roihl Senior Web Developer Smarter Living [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] Re: [PHP-DB] Passing vars

2001-02-14 Thread Maureen
I may be totally wrong or missing something, (if so, someone please let me know) but ... 1. One way would be to use the variables and urlencode them before passing them. $var1=urlencode($var1) then you have test.php?cheese="" OR 2. Another way would be to use a form: and then add the 6 var