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

2001-01-16 Thread Rubanowicz, Lisa
it all . Great for beginners and has a full tutorial previous to this script. All the best Lisa -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 3:50 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] DELETE FROM Question Hello, I am n

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.... Question

2001-01-15 Thread kenjansons
Hello, I am new to the list, so please bear with me! I am creating a database system that will use PHP4 and MySQL 3.22. I've got things working excellent now... I can add, list, and modify records from the PHP scripts I have created, but I can't delete them. I can do them manually by going into