Question on HTML inside PHP
Posted: Wed Nov 29, 2006 10:35 pm
I have this code:
where I have marked:
//stuff goes here
I want html tags.
How do I do that?
It creates errors when I do that...
Code: Select all
<?
if($logged_in){
//stuff goes here
}
?>//stuff goes here
I want html tags.
How do I do that?
It creates errors when I do that...