I am trying to implement URL rewriting in my PHP application. Can someone share a step by step procedure of implementing URL rewriting in PHP and MySQL?
In my applic
You cannot do this with PHP alone. You'll need to look into mod_rewrite (assuming you are using apache).