Hello,
I have seen a nifty trick on the PHP website where you can access specific functions through shortcut URLs, for example:
to access the date() function, you can go to:
http://php.net/date
And it will jump you to the correct manual page.
Is there any way that I can write a script to allow me to use this on my site? I don't want to create individual files to do the redirecting -- I need to have something automatic, but doesn't take up a lot of disk space either.
Perhaps I can do this will mysql? Any help would be great, I understand this could be very ambiguous.
Cody