|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
PHP + IIS
Running IIS 5.1 on WinXP Pro, installed php 4.3.7 as CGI according to install.txt. When trying to run any php file, for example nothing but <?PHP phpinfo()
Thanks, MM |
|
#2
|
|||
|
|||
|
RE: PHP + IIS
This thread is showing as resolved, can anyone tell me what the resolution is/was? Thanks! ;)
|
|
#3
|
|||
|
|||
|
RE: PHP + IIS
One thing I noticed is your code is using a ":" instead of ";". I would fix that so that the code is <?php phpinfo(); ?>
And yes, PHP extensions are needed. Your file of course will need to be filename.php. And then you will need to set up IIS to accept .php extensions and then to use the PHP engine to translate them for the browser. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > PHP + IIS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|