--- 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
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
2 matches
Mail list logo