"Paul Ferrie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello again guys > > This week i have been on here and made a few posts regarding a small > admin site app > http://thor.ancilenetworks.co.uk/~pferrie/vinrev/adm/myadmin.html > > Most of it is now working thank god, but still have have problems fully > populating the textfields when i go to edit a record. > Only one of the fields fully populates with the data returned from the > $query > If i view the source file via the broswer(right click / view source) i can > see that the data has been sent ok > <input type='text' name='format' size=25 maxlength=25 value=cd format> > But all i see is "cd" > Anyone > > cheers > > Paul
Try to do it in double quotes(the query-data) In an echo statement, there you must escape the double quotes. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php