Welcome Guest, Not a member yet? Register   Sign In
redirect to function when clicking a button
#2

[eluser]InsiteFX[/eluser]
Use CodeIgniter's URL Helper anchor tag
Code:
<?php echo anchor(uri segments, text, attributes);?>

This is in the CodeIgniter User Guide under the URL Helper.
You can also pass it an array.

InsiteFX


Messages In This Thread
redirect to function when clicking a button - by El Forum - 08-13-2011, 06:55 PM
redirect to function when clicking a button - by El Forum - 08-13-2011, 07:14 PM
redirect to function when clicking a button - by El Forum - 08-13-2011, 07:43 PM
redirect to function when clicking a button - by El Forum - 08-13-2011, 07:49 PM
redirect to function when clicking a button - by El Forum - 08-13-2011, 08:19 PM
redirect to function when clicking a button - by El Forum - 08-13-2011, 09:35 PM
redirect to function when clicking a button - by El Forum - 08-13-2011, 10:16 PM
redirect to function when clicking a button - by El Forum - 08-15-2011, 05:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB