Page 1 of 1

anchor name?

Posted: Fri Feb 20, 2009 2:44 am
by melchor_06
i need help guys.

i need to know how can i make an anchor name not the actual link name.

it's like this:

Code: Select all

<?php echo anchor('DeleteController/deletethis/'.$this->uri->segment(3)); ?>
i need to put the "delete" text only rather than showing the link.

thanks...

Re: anchor name?

Posted: Fri Feb 20, 2009 5:09 am
by melchor_06
i found the answer guys.

Code: Select all

<?php echo anchor('DeleteController/deletethis/'.$this->uri->segment(3)),"delete"; ?>