Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Redirect
#4

Will this make clear how you should use the anchor function?
PHP Code:
<?php
  $ga_url 
'https://accounts.google.com/ServiceLogin?elo=1';
 
 $ga_title '<i class="icon icon-th-list"></i> <span>Google Analytics</span>';
?>
<li><?php echo anchor($ga_url,$ga_title);?></li> 

The anchor function builds the <a href="..."> </a> tags for you, so you should not put those around the link yourself.
Just take some time to read the documentation about the anchor function.
Reply


Messages In This Thread
[SOLVED] Redirect - by davy_yg - 07-29-2016, 03:50 PM
RE: Redirect - by Wouter60 - 07-30-2016, 03:23 AM
RE: Redirect - by davy_yg - 07-30-2016, 08:19 PM
RE: Redirect - by Wouter60 - 07-30-2016, 11:30 PM
RE: Redirect - by davy_yg - 07-31-2016, 06:53 PM
RE: Redirect - by GoodWin - 08-02-2016, 12:13 AM
RE: Redirect - by Wouter60 - 07-31-2016, 11:09 PM
RE: Redirect - by InsiteFX - 08-01-2016, 05:33 PM
RE: Redirect - by davy_yg - 08-02-2016, 08:01 PM
RE: Redirect - by Wouter60 - 08-03-2016, 02:43 AM
RE: Redirect - by davy_yg - 08-04-2016, 08:35 PM
RE: [SOLVED] Redirect - by PaulD - 08-05-2016, 06:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB