L PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PHP] Still can't pass variable through url
>
>
> actually, you might want to urlencode it.
> ok, so i doubt that you would need url encoding for $year and $month,
> but I'm sure you will playing with more of this in the fu
gust 2003 4:30 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [PHP] Still can't pass variable through url
Dear all
I had set the "register_global=on" and "magic_quotes_runtime=off" already,
but when i click my hyperlink "page.php?year=$year&?month=$mo
On Fri, 8 Aug 2003 14:30:22 +0800
"Jack" <[EMAIL PROTECTED]> wrote:
> Dear all
> I had set the "register_global=on" and "magic_quotes_runtime=off"
> already,
You don't need register_global=on" for this, use
$year = $_GET['year'];
$month = $_GET['month'];
...and you want to try "page.php?year=$
YEPPERS.. You're right
> -Original Message-
> From: Martin Towell [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 08, 2003 2:59 AM
> To: 'Joe Harman'; [EMAIL PROTECTED]
> Subject: RE: [PHP] Still can't pass variable through url
>
>
August 2003 4:55 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] Still can't pass variable through url
http://www.thingamajigger.com/index.php?year=$year&month=$month\";
>yeah this is the link";
?>
> -Original Message-
> From: John Manko [mailto:[EMAIL PROTE
n Towell
Cc: 'Jack'; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP] Still can't pass variable through url
actually, you might want to urlencode it.
ok, so i doubt that you would need url encoding for $year and $month,
but I'm sure you will playing with more of this in th
Jack... Can you paste your code into an email and post it
> -Original Message-
> From: Jack [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 08, 2003 2:30 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: [PHP] Still can't pass variable through url
>
>
7 matches
Mail list logo