so i am trying to echo a link to to call a function to load a view in CodeIgniter. this is the link:
<a href='<?php echo base_url()."main/signup" ?>'>Sign Up!</a>
echo '<a href=\'<?php echo base_url()."main/login" ?>\'>Log In!</a>';
i am running an Acer Aspire 5920,
Ubuntu 12.04,
Xampp 1.8.1,
Codeigniter 2.1.3
Remove the php tags from between the href, something like this:
Good luck!