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
, 11 July 2002 6:41 AM > To: [EMAIL PROTECTED] > Subject: [PHP] varible in url question > > > on my page (lessen.php) > > i have a variable $sort > > if this varible is empty if enterd the page then it will be > set on 'day' > > i have 3

Re: [PHP] varible in url question

2002-07-10 Thread Richard Baskett
ul 2002 22:40:48 +0200 > To: [EMAIL PROTECTED] > Subject: [PHP] varible in url question > > on my page (lessen.php) > > i have a variable $sort > > if this varible is empty if enterd the page then it will be set on 'day' > > i have 3 links in the page >

[PHP] varible in url question

2002-07-10 Thread sven vandamme
on my page (lessen.php) i have a variable $sort if this varible is empty if enterd the page then it will be set on 'day' i have 3 links in the page lessen.php?sort=day lessen.php?sort=game lessen.php?sort=player so these links refure to the same page (itself) on clicked it opens itself and sh