"Philipp Melab" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> - embedding PHP in HTML
> - or printing HTML via PHP

With embedding PHP in HTML, do you mean using server side includes or do you
mean by having a .php file and having a layout like this:

<html>
<head>
<title><?=$title;?></title>
<body>
<?
code();
?>
</body>
</html>

Regards,

Leon Mergen



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to