Niel Archer napsal(a):
Your variable value is not being inserted because you have used single
quotes for the echo, not double quotes as the nabble example does.
Special characters and variables are only interpreted in double quotes,
they are treated literally in single quotes.
--
Niel Archer
Yes, also "disabled" field is not even sent
<input name="storename" type="text" maxlength="35" id="storename" class="regForm" *disabled="disabled"* value=$rows[0]>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php