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 <
SOURCE: http://www.w3schools.com/html/html_entities.asp
To display a less than sign in an HTML document we must write: < or <
#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();?>