hello , i made a script .. and i want to make it's all urls to be seo friendly ..
my current php urls is :
index.php?lang=ar&option=a&option_m=band variable option&option_m are optional
so i want convert this url to
/ar/a/b
or
/ar/a
or
/ar
and i want ask about if the page have form with GET Action ,, how to accept the query string and add it in the url automaticly .. such as :
/ar/a/b/input1-value/input2-value
thanx