Welcome Guest, Not a member yet? Register   Sign In
Basic question : how to link using codeigniter
#2

[eluser]CroNiX[/eluser]
I'm not really understanding your question. It would just be a link to whatever page you want them to go to like any other link.

Code:
<p><a class="btn" href="http://yoursite.com/controller/next_url">Learn more »</a></p>
or (CI Way)
Code:
<p>&lt;?php echo anchor('controller/next_url', 'Learn More »', 'class="btn"'); ?&gt;</p>


Messages In This Thread
Basic question : how to link using codeigniter - by El Forum - 07-13-2012, 09:24 AM
Basic question : how to link using codeigniter - by El Forum - 07-13-2012, 09:32 AM
Basic question : how to link using codeigniter - by El Forum - 07-13-2012, 09:48 AM
Basic question : how to link using codeigniter - by El Forum - 07-13-2012, 09:52 AM
Basic question : how to link using codeigniter - by El Forum - 07-13-2012, 10:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB