RE: [PHP] How to delete a row from MySql

2001-03-22 Thread Jeff Armstrong
]"; cheers, Jeff -Original Message- From: Peter Houchin [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 4:38 AM To: YoBro; [EMAIL PROTECTED] Subject: RE: [PHP] How to delete a row from MySql db connection here if ($delete){ $rs = "DELETE FROM users WHERE id

RE: [PHP] How to delete a row from MySql

2001-03-21 Thread Peter Houchin
e- From: YoBro [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 22, 2001 3:29 PM To: [EMAIL PROTECTED] Subject: [PHP] How to delete a row from MySql Hello, Does anybody know how to make a text link delete items from a MySql Database. I have a PHP page that reads from the database and displays th

[PHP] How to delete a row from MySql

2001-03-21 Thread YoBro
Hello, Does anybody know how to make a text link delete items from a MySql Database. I have a PHP page that reads from the database and displays the results, but i want to include an option at then end of each row to delete that information. Alot like in phpMyAdmin. I have looked at that code, b