Hi,
I am making a mini cms for managing my website and to increase my php skills so I wrote some code to give out the result of a query by using mysql_result(..,..,..); but when I tried to echo it out, the php code which is stored in my database doesn't get executed as usual. Is there anything to let the code run normally within an echo or use something like eval.
Please don't refer me to the php manual. I aplologize for this.
Here is my code which echoes it out.
<p align='left'>
<font size='2' face='Verdana' color='gray' >
<?php echo $mysql_result; ?>
</font>
</p>
In case if you want the whole source code then feel free to ask me.
Thanks in advance,
Nahiyan