Hi,

I have a varilable:

$var = 'asdf asdf asdf';   #using blank spaces

Then i send it to another script like this:

<INPUT TYPE=hidden NAME=var VALUE=$var>

The problem is when i get it back the value became:

$var = asdf

It stops in the first blank space.... is there a way for me to recover all
the variable??

Thanks in advance,
Wagner Garcia Campagner


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to