[PHP] Re: Textfields dont fully populate

2003-11-22 Thread PAUL FERRIE
Thank you Bas, i cant believe that once again it has been down to simple syntx cheers "Bas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] b1.pair.com... > Just change your code to: > > $result = mysql_query("SELECT * FROM $tablename WHERE id= $id")or > die("ther was an error >

[PHP] Re: Textfields dont fully populate

2003-11-22 Thread Bas
Just change your code to: $result = mysql_query("SELECT * FROM $tablename WHERE id= $id")or die("ther was an error tablename:= $tablename row id:= $id"); if ($myrow = mysql_fetch_array($result)) { echo "\n"; do { printf(" Artist Title Picture

[PHP] Re: Textfields dont fully populate

2003-11-22 Thread PAUL FERRIE
Sorry m8 i am a total newbie to php+html, I dont get these problems with PHP+Flash Here is the code i am using to return the edit page with the data. $result = mysql_query("SELECT * FROM $tablename WHERE id= $id")or die("ther was an error tablename:= $tablename

[PHP] Re: Textfields dont fully populate

2003-11-22 Thread Bas
"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, bu