Im trying to pass a form variable to anouther page with the following:
 <input type="radio" value=<?php echo ('1'.$row[0][0]); ?> name="R1"><?php
echo ($row[0][0]); ?>

Everything works fine if there are no spaces(Buffalo) but if there are
spaces ( San Francisco) I only get the first word.I've never had this
problem before and I dont know what I did.Any suggestions?
Thanks
Mike P
[EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to