Re: [PHP] varible in url question

2002-07-10 Thread Philip Olson
Please read this manual page, it has examples to suit your needs: http://www.php.net/manual/en/language.variables.external.php Regards, Philip Olson On Wed, 10 Jul 2002, sven vandamme wrote: > on my page (lessen.php) > > i have a variable $sort > > if this varible is empty if enterd the p

RE: [PHP] varible in url question

2002-07-10 Thread Chris Kay
Php4? or 3? Have you tried $_GET["sort"] --- Chris Kay Technical Support - Techex Communications Website: www.techex.com.au Email: [EMAIL PROTECTED] Telephone: 1300 88 111 2 - Fax: (02) 9970 5788 Address: Suite 13, 5 Vu

Re: [PHP] varible in url question

2002-07-10 Thread Richard Baskett
It works fine on my system. If you have register globals off you'll need to do it this way: Rick And many strokes though with a little axe hew down and fell the hardest-timbered oak. - Shakespeare > From: "sven vandamme" <[EMAIL PROTECTED]> > Date: Wed, 10 Jul 2002 22:40:48 +0200 > To: [EMAI