Posted by Jerry Stuckle on 09/11/07 13:43
anu wrote:
>
> Hi,
>
> How to insert HTML Tags into PHP codes..
>
>
>
>
> Thank You,
> Anu
>
Just echo them out.
<?php echo '<title>This is a title created in PHP</title>'; ?>
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|