Re: Data not fetching in the textfield.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux