Welcome Guest, Not a member yet? Register   Sign In
Redirect to a control using button
#1

[eluser]Unknown[/eluser]
I have a button on a view, and the feature I want is that the button will redirect the user to another page(a function in another controller) when clicked. How to do that? Thanks in advance for your help.
#2

[eluser]InsiteFX[/eluser]
CodeIgniter Users Guide - URL Helper anchor tag
#3

[eluser]PhilTem[/eluser]
I wouldn't suggest reading the CI user's guide yet reading an HTML and PHP beginner's guide!
#4

[eluser]xtremer360[/eluser]
Code:
<a href="/controller/function">Link Text</a>




Theme © iAndrew 2016 - Forum software by © MyBB