i am writing a site from scratch using php/mysql and am using GET requests to pass data between the pages.
at the moment my links look like:
http://pkh:55/?service=213971&type=FSD
but i would like to use mod_rewrite to make them more relevant, ie:
http://pkh:55/FSD/services/football-youth-club/
i've had a look through the wordpress code but i'm none the wiser.
please help!
thanks :)