try to quote the value, e.g. <input type=text name="name" value="Jim B">
Pepe Peinado wrote:
I have found that certain coding features do not work with Netscape. I am trying to send variable data from one page to another, if the value is a string such as (Jim 😎 it will send only "whatever.php3?name=Jim"
We can overcome this by putting a %20 in between the two words, but how can we send string data stored in a $var?
Regards from Zaragoza (Spain)