Re: [PHP] URL variables, and the $_GET[xxx] function...

2004-10-21 Thread R'twick Niceorgaw
Hi Trisan, Quoting [EMAIL PROTECTED]: > I've put this code at teh top of the code on events page '$sort_by = > $_GET[sort_by];' etc... > And while that sorts out the problem, I'm curious as to why I need to do > that, and if those changes will cause me probs elsewhere? Perhaps on your old server

Re: [PHP] URL variables, and the $_GET[xxx] function...

2004-10-21 Thread Greg Donald
On Thu, 21 Oct 2004 14:08:28 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm moving hosts for a freelance site I do... > > They have an events section, and it's sortable by date, name and category > etc... > To achieve this, I passed the search/sort variables via the URL... > However, I'