Search found 2 matches

by Protoevangel
Tue Aug 29, 2006 4:24 pm
Forum: Databases
Topic: PHP / MySQL / Forms - editing an exising record
Replies: 3
Views: 1103

:oops: Thanks blackbeard, you got me on the right track again! I can't believe I pounded my head against my keyboard for hours on that one. Anyway, following is what worked: <?php if ($row["site"] == "PWL") echo "checked='checked'"; ?> Thanks again for getting me out of...
by Protoevangel
Tue Aug 29, 2006 4:06 pm
Forum: Databases
Topic: PHP / MySQL / Forms - editing an exising record
Replies: 3
Views: 1103

PHP / MySQL / Forms - editing an exising record

Hello all. I have searched and browsed the forums for an answer to my question before deciding to post this. If I have passed over the answer unintentionally, I apologize, perhaps the answer to my question would simply be a link? I am trying to edit records in a MySQL database. My insert record page...