I am Working At Codeigniter PHP. And Trying To Pass Some Data From View To Controller With The The Help Of Query String, As I Don't Use Any Form.
As Following:
<a href="welcome/movie?name=<?php echo $popmovies->movie_name;?>" >GO</a>
But Through Query String My URL Is Looking So Garbage Type. This Is What I Currently Have.
http://subs.nexthon.com/welcome/movie?name=Avangers
This Is What I Want To Have
http://subs.nexthon.com/welcome/movie/Avangers
How Can I Do This.