Hi ppl.
I'd like to do something with PHP that I'm doing with HTML::Mason.
Imagine the following:
I've an URL named:
http://www.site.com/lessons/computers/computer1.html
I'd like to do something like having the directory lessons created and all the rest is virtual. I mean, I can cought "computers" and "computer1" to access the database later and get product information.
Is this possible with PHP? Anyone made this?
Hope to get an answer...
Thanks.