RE: [PHP-DB] DELETE FROM.... Question

2001-01-16 Thread Rubanowicz, Lisa
http://hotwired.lycos.com/webmonkey/99/21/index3a_page6.html?tw=programming If you go to this page it has all "Add", "Edit" and "Delete" all in one script. I got it working last night. Up to this I had been able to do the Add and Delete but not the Edit, so this has it all . Great for beginners

RE: [PHP-DB] DELETE FROM.... Question

2001-01-15 Thread Alarion
AIL PROTECTED]] Sent: Monday, January 15, 2001 7:18 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] DELETE FROM Question I tried that code, but now it gives me the following error: Warning: Wrong parameter count for mysql_db_query() in /usr/bus/events/delete.php on line 29 when I send delete.php?ev

Re: [PHP-DB] DELETE FROM.... Question

2001-01-15 Thread Ken Jansons
l Message - From: "Ken Jansons" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 15, 2001 5:17 PM Subject: Re: [PHP-DB] DELETE FROM Question > I tried that code, but now it gives me the following error: > Warning: Wrong parameter count for mysql_db

Re: [PHP-DB] DELETE FROM.... Question

2001-01-15 Thread Ken Jansons
put in, and it doesn't delete it still. Thanks for the help so far, I appreciate it! -Ken - Original Message - From: "Alarion" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 15, 2001 4:57 PM Subject: RE: [PHP-DB]

RE: [PHP-DB] DELETE FROM.... Question

2001-01-15 Thread Alarion
Try: mysql_db_query ("DELETE FROM events WHERE event_id = " . $event_id); I have had better luck with "mysql_db_query". Sean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 3:50 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] DELETE FROM..