Hi Guys,
I'm having a really hard time getting my head around using REST-style URLS. Can I get a little help with this? Right now I have a query string like so:
example.com/calendar_expanded?date=1270094400
I have a mod rewrite that's hiding the .php extension. How do I
- Make this
calendar_expanded/date/1270094400
happen. $_GET
the values from the url after the fact?
I love the concept behind it but working 16-hour days to meet a deadline for an entire month is taking a toll on my brain.
Thanks for the help.