Re: [PHP] delete query doesnt work (fixed)

2003-02-07 Thread Chris Shiflett
--- Sunfire <[EMAIL PROTECTED]> wrote: > in the form that submits the $delete var add this: > > now in query change $delete to $flag_delete... and poof > it magically works It's not magic, and John Holmes already explained it to you. If you do not pass a variable via GET, POST, or as a cookie, a

[PHP] delete query doesnt work (fixed)

2003-02-07 Thread Sunfire
hi... my delete query : mysql_query("delete from members where company like '$delete'"); now works..this is how i fixed it... in the form that submits the $delete var add this: now in query change $delete to $flag_delete... and poof it magically works still need to debug the edit system since a