See if changing it to
page.php?year=$year&month=$month
works
The separator between the page and the query string is "?"
The separator between each key/value pair is just "&"
-Original Message-
From: Jack [mailto:[EMAIL PROTECTED]
Sent: Friday, 8 August 2003 4:30 PM
To: [EMAIL PRO
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 future, so you
should properly prepare to do so. Note: browsers will do formatting for
you, but don't rely on it.
"page.php?yea