Parsing GET values
Posted: Mon Mar 02, 2009 6:11 am
Hi everyone,
I am using htaccess to rewrite the standard index.php + page_number url as directory/filename.
With this in mind, how do I then parse additional _GET values?
For example,
Thanks for your help and apologies if this is difficult to understand
I am using htaccess to rewrite the standard index.php + page_number url as directory/filename.
With this in mind, how do I then parse additional _GET values?
For example,
In this example, directory/title is a rewritten _GET value, so how do I get a hold of additional_info?mysite.com/directory/title?additional_info=something
Thanks for your help and apologies if this is difficult to understand