You can have a .php file with:
<html>
<head>
(...)
<?
echo "test";
?>
<p>more html</p>
</body></html>

When you do '?>' the php stops and when you do '<?' php restarts its work!
Simple....



----- Original Message -----
From: "Scott De Leeuw" <[EMAIL PROTECTED]>
To: "kimBlim" <[EMAIL PROTECTED]>; "Nuno Lopes" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, January 07, 2003 3:46 PM
Subject: Re: [PHP-INST] Windows install that is bugging me...


> Maybe I am totally misunderstanding, can I have an HTML file with
> php code embedded in to it named .phtml and still have all of the
> HTML working properly?  Am I making this way harder than what it
> is?



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

Reply via email to