I have a link
<p><a href="?action=course_list">List Courses</a></p>
in a view, and an $action variable in a controller that tests the value of the $action then displays the appropriate view.
When I press the ahref link I dont want the variable to show in the URL, It shows http://localhost/project/?action=course_list
I want the url to say the name of the view that is loaded in the controller or http://localhost/project/course_list