Page 1 of 1

Handling URL parameters in a page via PHP?

Posted: Sat Sep 02, 2006 4:50 pm
by pspmikek
I have a page:

http://cms.calvaryaustin.org/series

that displays a list of things. I'd like:

http://cms.calvaryaustin.org/series/1350

To somehow pass 1350 to the series page (vs. trying to load a page called 1350) so that I can display a specific item.

I would then use PHP to do something different.

I see that the calendar module does this:

http://cms.calvaryaustin.org/calendar/

and

http://cms.calvaryaustin.org/calendar/2006/10/62/

both display the same page with different content.

Is there a way to do this at a user level? Or will I need to create a module?

Thanks

Re: Handling URL parameters in a page via PHP?

Posted: Sat Sep 02, 2006 4:55 pm
by tsw
yep, you'll need a module.

take a look at

http://wiki.cmsmadesimple.org/index.php ... clean_URLs