I’ve read through Mirans new article on this, and it was definately useful, but not quite what I’m looking for.
I’m developing a site for a college, which will cater for around 100 students. At the moment, each of them has a portfolio page which is accessed with something like this:
portfolio.php?student=34
where the ‘student’ variable is obviously used to extract their details from a database. Using foodpks article, I could redirect
[COLOR=Green]“college.com/portfolio/34”[/COLOR] to[COLOR=Green] “college.com/portfolio.php?student=34”[/COLOR]
which is lovely, but what I **really **want to be able to do is redirect something like
[COLOR=Green]“college.com/portfolio/jimmy_johnson”[/COLOR]
to
[COLOR=Green]“college.com/portfolio.php?student=34”
[COLOR=Black]Is there any sensible way of being able to do this, without having to use the student names to access the details?
[/COLOR][/COLOR][COLOR=Green][/COLOR]
[COLOR=Green][COLOR=Black]
[/COLOR][/COLOR]