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

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

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -