RE: [PHP-DB] $_get 2 variables

2002-11-20 Thread Gavin Amm
Thanks Ryan, Ignatius. -Original Message- From: Ryan Gallagher [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 20 November 2002 5:37 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] $_get 2 variables Quoting Gavin Amm <[EMAIL PROTECTED]>: > Hi, > > I'm wanting to r

Re: [PHP-DB] $_get 2 variables

2002-11-19 Thread Ignatius Reilly
http://localhost/myscript.php?var1=blah&var2=blah2 Ignatius - Original Message - From: "Gavin Amm" <[EMAIL PROTECTED]> To: "Php-Db (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 7:30 AM

Re: [PHP-DB] $_get 2 variables

2002-11-19 Thread Ryan Gallagher
Quoting Gavin Amm <[EMAIL PROTECTED]>: > Hi, > > I'm wanting to retrieve data from my database using 2 conditions in the > WHERE clause. > How do i pick up 2 different variables from the URL? > > i can get just 1 variable easily (eg: > http://localhost/myscript.php?var1=blah) > My question essen

[PHP-DB] $_get 2 variables

2002-11-19 Thread Gavin Amm
Hi, I'm wanting to retrieve data from my database using 2 conditions in the WHERE clause. How do i pick up 2 different variables from the URL? i can get just 1 variable easily (eg: http://localhost/myscript.php?var1=blah) My question essentially is: what string do do i need to type into the URL t