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=$year&month=$month".

> but when i click my hyperlink "page.php?year=$year&?month=$month", it
> doesn't pass the variable for
> ?year and ?month to the destination page "page.php"
> I'm using php 5.0 above , if the same case apply to php4.04, then
> there is no problem at all!
> Can anyone please give me more help on this?
> 
> Thx alot
> Jack
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> 


-- 
Andu

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to