Posted by Rik on 01/03/07 00:40
Troy Piggins wrote:
> I have a php page[1] with 'includes'[2]. The page correctly
> displays a calendar of the current month and current year if
> $Month and $Year are not assigned, but if I try to call the page
> with blog.php?Month=12&Year=2006 in the URL nothing seems to
> change. Any ideas?
Yes.
Check the php manual for register_globals.
Do not be tempted to turn them back on, it's better to use the $_GET array.
--
Rik Wasmus
[Back to original message]
|