Re: [PHP] Selecting what's for deletion

2002-12-27 Thread Marek Kilimajer
Make the Delete button a link with href=delcategory.php?catid=$catid, maybe with additional information so you can redirect the browser back to where it has been (page #, parent category ...) Cesar Aracena wrote: Hi all, I'm making the administration part of a site which handles categories,

RE: [PHP] Selecting what's for deletion

2002-12-27 Thread Cesar Aracena
:32 Para: 'Cesar Aracena'; [EMAIL PROTECTED] Asunto: RE: [PHP] Selecting what's for deletion I'm making the administration part of a site which handles categories, sub categories and products. Inside the Categories part, there's a List categories button which gives a list of the categories

RE: [PHP] Selecting what's for deletion

2002-12-27 Thread John W. Holmes
Thanks John and Marek for your fast responses. I made the decision to opt for the hidden tag option. Now, I'll show you the part of my code that hangs when trying to make what I intend it to do. $query1 = DELETE * FROM maracat WHERE catid = $catid; $result1 =

RE: [PHP] Selecting what's for deletion

2002-12-26 Thread John W. Holmes
I'm making the administration part of a site which handles categories, sub categories and products. Inside the Categories part, there's a List categories button which gives a list of the categories and sub categories when pressed. Along with each category, there's a Delete button that, when