Hi ,
I want to display PHP Code on my a.php page , I use
<code>
<?php
if($c==1)
{
echo $c;
}
?>
</code>
in my HTML page , but when I Run this page it Gave me the Value of $c , But I want to print this code as it is , How I can able to write it over my PHP File????