I have a base url variable that is defining the root url of my site. (I am using CodeIngiter)
The way I normally do URL's on my site is:
<a href='<?php echo URL?>linkhere.php'>Link</a>
But when I pull the same code pasted above from a database, the php code does not get evaluated.
Aside from using eval, how can I achieve the same thing that I am doing on my pages?