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

2001-02-14 Thread Tanya Brethour
Yes.. the problem with the hidden method.. is the following. Let says I use the string "Testing the \"waters\" " Now.. if I do a the qoutes in my string do not escape correctly. So when you look at the source in netscape.. it ends the string at \ ... just before the first qoute. So.. is there

[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