html - PHP within <a> tag -


can see wrong line of code?

<li><a href='<?php base_url()."company/view" ?>'view companies</a></li> 

just @ output: there echo , closing > missing:

<li><a href='<?php echo base_url()."company/view" ?>'>view companies</a></li> 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -