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