RE: [PHP] Update row problems

2003-01-27 Thread Steve Jackson
> Sent: 27. tammikuuta 2003 15:32 > To: PHP General; Steve Jackson > Subject: Re: [PHP] Update row problems > > > what version of PHP? try $HTTP_POST_VARS instead. > > Tim Ward > http://www.chessish.com > mailto:[EMAIL PROTECTED] > - Original Message - > Fr

Re: [PHP] Update row problems

2003-01-27 Thread Tim Ward
what version of PHP? try $HTTP_POST_VARS instead. Tim Ward http://www.chessish.com mailto:[EMAIL PROTECTED] - Original Message - From: Steve Jackson <[EMAIL PROTECTED]> To: PHP General <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 1:14 PM Subject: RE: [PHP] Update

RE: [PHP] Update row problems

2003-01-27 Thread Steve Jackson
e- > From: Tim Ward [mailto:[EMAIL PROTECTED]] > Sent: 27. tammikuuta 2003 14:57 > To: Steve Jackson > Subject: Re: [PHP] Update row problems > > > sounds like $_POST[""catorder"] isn't an array - if > you're posting to the same page you need

Re: [PHP] Update row problems

2003-01-27 Thread Tim Ward
t;[EMAIL PROTECTED]> To: PHP General <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 11:46 AM Subject: [PHP] Update row problems > Hi all, > > I've been playing with this for a few hours now (over the course of a > couple of days) and it's getting frustrating! >

[PHP] Update row problems

2003-01-27 Thread Steve Jackson
Hi all, I've been playing with this for a few hours now (over the course of a couple of days) and it's getting frustrating! All I want to do is to be able to make one row in the database set the order that my categories appear on my website. Now I can do this fine simply by using ORDER_BY but I w