Welcome Guest, Not a member yet? Register   Sign In
how to make a link to other page
#1

[eluser]Unknown[/eluser]
hi, i want to put a link to other page, how can i?

example , just want to point to www.google.com


thanks a lot.
#2

[eluser]jcopling[/eluser]
by including the url helper you can achieve this simply:
Code:
<?php
$this->load->helper('url');

echo anchor('http://www.google.com','Google');
?>




Theme © iAndrew 2016 - Forum software by © MyBB