Hello - Is it possible to insert a PHP variable into the url of a page?
I have inherited a problem and I need to make a meaningless URL, like this....
http://www.mywebsite.com/subjects/db/course.php?courseid=1000
and replace it with this...
http://www.mywebsite.com/subjects/accounting
I know this is possible using MOD_REWRITE and manually changing each and every subject in the htaccess file (there are 500) but I was wondering if it's possible to bring the name of the subject (ie. accounting in this example) from the database into the url at each request?
Thanks, Neil.