Hi friends,
Can anyone tell me,
how can i embed html tags within the php script?
<?php
echo "HI";
"<br><h1>Welcom e</h1>"
?>
If I wrote as the above, the html tags doesn't works.
I got "HI" only as my output.
Is it right or wrong?
Plz.... help me soon...
Thanx and Regards....
Can anyone tell me,
how can i embed html tags within the php script?
<?php
echo "HI";
"<br><h1>Welcom e</h1>"
?>
If I wrote as the above, the html tags doesn't works.
I got "HI" only as my output.
Is it right or wrong?
Plz.... help me soon...
Thanx and Regards....
Comment