I have a PHP forum version 2.021 and was wonder how you get each post to have the title in the url for seo reasons and secondly how to get it at the start of the total url. is title.mydomain@mysite. instead of mydomain/title.
Without reprogramming the entire site to parse out things form $_SERVER[REQUEST_URI] your best hope is to use mod_rewrite with .htaccess Most good software will give you clear instructions on how to do this or even incorporate it into their software (such as wordpress). Try looking around for people running the same software that have used mod_rewrite or research it and be a pioneer and try it yourself