Ron Miller wrote:

I can see the results of

<?php
phpinfo();
?>
but I haven't been able to see any pages I build using html and php.  For
example, in this little file I only see "Mom"  not the "hi":
**************
<html>
<head>
<body>
<?php
echo "hi, ";
?>
Mom
</body>
</html>
*************
Any suggestions would be appreciated.

-Ron


This may seem like a really stupid question; but you are naming the file with a .php extension and not .html?

--

|> Brad Kowalczyk
|> Web Developer
|> [EMAIL PROTECTED]
|> www.ibiscode.com


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to