I wnat to know how I can print withought escaping the quotes.
I want it to be in php code. In a echo format or soemthing.
I dont want to do like this:
<?
//PHP CODE
?>
MY HTML CODE
MORE
MORE
NAME:<? $name ?>
Mail:<? $mail ?>
End HTML
<?
// PHP CODE
?>
I want to do it so I dont have to get out of the php code, and dont have to escape quotes