Charlih Chen

My Photo
Name:
Location: Cupertino, California, United States

I'm orignal from Taiwan.

Friday, March 11, 2005

To display a less than sign in an HTML document

SOURCE: http://www.w3schools.com/html/html_entities.asp

To display a less than sign in an HTML document we must write: < or <

Some issue after re-install OS.

#1. IIS is not allowing running asp code.
Ans: Go to IIS service manager -> Web Service extensions
And then, enable asp code.

#2. PHP for Windows 2003
Ans: by using manually install PHP instead of Windows Installer.
If the installer is already exist, please remove it first.
Check URL at http://www.iis-resources.com/modules/AMs/print.php?storyid=96

To test php file, please use notepade copy&paste the following php code, save it as test.php
********************************************************************************


<?php
// Show all information, defaults to INFO_ALL
phpinfo();?>

********************************************************************************
#3. phpbb is calling MySQL, need to re-install MySQL