hii here is the url which i want to rewrite
index.php??a=cust&page=banners
in html format i don't how to rewrite two variable url and what url i give in file
please tell me
little short on details, but if its a pure string issue str_replace etc
or
http_build_query(),parse_url(), etc
well my mean was that what i write in .htaccess for making url like this variable/varibae2.htm
For example for one query i write like this : RewriteRule (.*).htm index.php?a=$1 [L,QSA]
what i write for two ?
you can use $2 for second variable