php-db | 2002091
Date: 09/14/02
- Next message: Peter Lovatt: "RE: [PHP-DB] sending hidden value with form element"
- Previous message: Achilles Maroulis: "[PHP-DB] Problem passing variables"
- Next in thread: Peter Lovatt: "RE: [PHP-DB] sending hidden value with form element"
- Reply: Peter Lovatt: "RE: [PHP-DB] sending hidden value with form element"
- Reply: Dave Smith: "Re: [PHP-DB] sending hidden value with form element"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hello all,
im having script in which i want to send hidden value with form element..
......
$row = mysql_fetch_array($result)
<INPUT type=hidden name=sname value=$row["name"]>
......
now while sending this hidden value, if value of $row["name"] is "Smita
Manohar", then the form element takes the value as "Smita" instead of "Smita
Manohar". once it encounters blank spance it ignores rest of the charaters
following the space. then how to pass such values???
can anyone please help me out??
thanks and regards,
smita.
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Peter Lovatt: "RE: [PHP-DB] sending hidden value with form element"
- Previous message: Achilles Maroulis: "[PHP-DB] Problem passing variables"
- Next in thread: Peter Lovatt: "RE: [PHP-DB] sending hidden value with form element"
- Reply: Peter Lovatt: "RE: [PHP-DB] sending hidden value with form element"
- Reply: Dave Smith: "Re: [PHP-DB] sending hidden value with form element"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

