[thelist] mysql update problem

Dunstan Orchard dunstan at 1976design.com
Sun Mar 23 14:38:43 CST 2003


Hi there,

I've populated my mysql database using phpmyadmin, and now I'm adding and 
editing more entries though a simple form-based front-end I've made.

I can add and edit _new_ entries fine with my forms-based interface, but if I 
try to change entries made with phpmyadmin the UPDATE command does nothing at 
all.

UPDATE newspost SET postdate = '$postdate', posttitle = '$posttitle', postbody 
= '$postbody', poststatus = '$poststatus' WHERE (postid = '$postid')


Can anyone tell me why this might be? I've never experienced it before :o(

Thanks very much - dunstan

---------------------------
Dorset, England
http://www.1976design.com/
http://www.orchard.it/
http://www.maccaws.org/


More information about the thelist mailing list