Hello, if you test your machine support PHP, you can use the following script. if this script properly execute, your machine can execute php script. if not you must support PHP.:) <?php phpinfo(); ?> -- Haydar TUNA Republic Of Turkey - Ministry of National Education Education Technology Department Ankara / TURKEY Web: http://www.haydartuna.net "Larry Chu" <larry.chu@xxxxxxxxxxxxx>, haber iletisinde sunlari yazdi:897661.32367.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx >I am new to php and was trying to view the code below. I do see in my >browser the question that is being asked, but for some reason the answer is >not displayed. I am copying this from a book and am sure I have typed >everything as it should be typed. Can you please tell mw what might be >wrong? > > Thank you. > > <html> > <head><basefont face="Arial"></head> > <body> > <h2>Q: This Creature can change color to blend in with its surroundings. > What is its name?</h2> > <?php > // print output > echo '<h2><i>A: Chameleon</i></h2>'; > ?> > </body> > </html> > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php