Re: [PHP] NETSCAPE screws up query string : more problems!

2001-03-05 Thread Christian Reiniger
On Sunday 04 March 2001 20:38, you wrote: > Julian, > i tried : > > href=\"pro_page1.php3?title=".urlencode($myrow[title])."\"> > > instead > > href=\"pro_page1.php3?title='".urlencode($myrow[title])."'\"> > > notice the single quote ' missing. And that WORKED!!! > It displayed the right value i

[PHP] NETSCAPE screws up query string : more problems!

2001-03-04 Thread Thomas Edison Jr.
Julian, i tried : instead notice the single quote ' missing. And that WORKED!!! It displayed the right value in the next PHP page. Unfortunately there's another problem. it only DISPLAYED the right value...but when it adds the value in the database...it adds with the plus + sign. i.e., it ad