When I put this code in and save the file as .htm, it gives a
blank screen and the php script is shown in the source...  I
think something isn't set up right...

<!-- <HTML>

<HEAD>
<TITLE></TITLE>
</HEAD>

<BODY BGCOLOR="white">


<?php
        $remote_address = getenv("REMOTE_ADDR");
        echo "<p>Your IP address is $remote_address.</p>";
        echo "<p>Tread lightly while you are here.</p>";
        echo "<P></p>";
        echo "<p>'I never did give anybody hell. I just told the truth,
and they thought it was hell.'</p>";
        echo "<p>                               -- Harry S Truman</p>";

?>


</BODY>


</HTML> -->


=====


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to