Hi there leatherback and thanks very much for the clarification!
I understand now that I need the php script to handle the URI, but am wondering if someone could help me on how to split it, since I'm going to need a couple variables to be passed this way.
For instance:
/article/dearly_beloved <retrieve an article with that value stored as the permalink
/article/dearly_beloved/2 <the same, but the second page of the article
/comic/419_work_of_art <~~would grab the comic with this permalink stored in the db
What I would like is
/$system/$permalink/$page
How might I go about splitting the URI up to get all my needed variables?