Why do I have under the PHP file does not open the browser?

Users questions: Under the PHP file I heard that you can open the browser, but why I tried not? How to open? Thank you
Experts answer: What is PHP? PHP is used to create dynamic web pages server-side scripting language. You create a page through PHP and HTML. When visitors open the page , Server-side PHP directive will be processing and then sends the results to the visitor's browser, just as with ASP or ColdFusion. However, PHP with ASP or ColdFusion is not the same place is that it is cross-platform open source. P HP can WindowsNT and Unix versions of many different implementation, it can also be compiled as an Apache module or a CGI binary. When compiled as Apache module for time, PHP is especially lightweight and convenient. It does not produce any cumbersome procedures The burden of students, so you can quickly return results, but also do not need to keep a smaller server memory image, try to adjust the mod_perl. In addition can be used to generate the content of your page in addition, PHP can also be used to send HTTP headers. You can set cookies, authorization management Management, and will redirect users to the new page. It is also good access to many databases and ODBC. It may also be integrated with a variety of external libraries, this allows you to do almost anything, from the creation of PDF documents to parsing XML. Embedded PHP code in the Web page, so you do not have to It set up a special development environment or IDE. You use? Phpandenditwith? Logo PHP code (PHP can also be configured to use ASP forms of%% signs or is SCRIPTLANGUAGE =* "php *" * SCRIPT). PHP engine processes everything between those marks. PHP language syntax with C and Perl like. Before use, you need not declare the variable. To create arrays and hashes (associative arrays). Initial PHP object-oriented features also provide the organizations and Easy way to package code. Although the time when embedded inside Apache, PHP runs fastest, but still in the PHP-related site on how to seamlessly integrate with MicrosoftIIS and NetscapeEnterpriseServer Operational Guidelines . If you do not have PHP, you can get on its official website. There can also be found in a PHP all functions and features, including the user manual. Php is a fact page file, you can open the web browser, but can not directly download. The following URL is the medium of PHP Shao, you can take a look: http: ** www.zdnet.com.cn * developer * code * story * 0,2000081534,39244180,00. Htm The following site is the famous city of PHP, such as Fruit of the dynamic pages you are interested, take the inside drill holes it: http: ** phpcity.diy.myrice.com * http: ** www.php.orghttp: ** www.php.nethttp: ** www. p hp.com if you need to do next in the php package if you need to edit notepad.exeUltraEdit32 if only for simple editing, recommended dreamweaverMX, is more simple notebook you want to see the content, we must configure the php server is win2000 + IIs5 the following configuration: 1 to download a php installation package, compressed to the specified directory 2 Open IIS Configuration - Properties - Home Directory - Configuration - Application Mapping - add the executable file: the path of your php.exe Note If your path contains programfiles, must take the path with double quotation marks. Extensions:. Php3 PHP directory to the WinNT directory by copying php.ini-recommended, renamed php.iniIIS set to open Start ==> program ==> Administrative Tools ==> internet management server ==> right for your site ==> Properties ==> ISAPI filter ==> Add ==> filter name ==> PHP ==> executable file ==> in your php sapi folder subfolders Folder php4isapi.dll ==> OK and then also the main index page Properties page ==> Application Settings ==> configuration ==> Add ==> executable ==> in your php sapi folder, subfolders folder php4isapi.dll (note the file type select *. dll) ==> extension ==>. php ==> OK to close the Properties page start ==> process ==> Administrative Tools ==> Service ==> find IISAdminService == right ==> re-start if you have set up the php.ini, then, should be able to use the attention to the documentation directory of your site is not c: * inetpub * wwwroot kept good time to note that when you use php4isapi. dll, as each time the compiler must change php.ini restart IISAdminService service configuration to take effect
  • This information provided by the users.Thanks!