For the graphics you need on your website
For javascript
3666
PHP > Installing PHP on IIS 7 pag 2
PHP News
Professional PHP
PHP Programming, Web Development, PHP Advocacy and PHP Best Practices.
php | tek Wrapup
I really enjoyed myself at this year’s php | tek. The conference seemed even better than last ye... php | tek 2008
Well, I’ve made it to PHP|tek in Chicago. I flew in last night, had a beer with Jason and then u... Sarah Snow Stever
I am very sad. Two weeks ago, my cousin Sarah had a stroke and died. She was 35, two years youn... Benchmarking PHP?s Magic Methods
Larry Garfield has an interesting set of benchmarks covering many of PHP’s magic methods. His re... The Endpoints of the Scale of Stupidity on Video
A quote from Cal Henderson (via simonwillison) presents a “Web Application Scale of Stupidity:”
... Working with PHP 5 in Mac OS X 10.5 (Leopard)
Mac OS X is a great development platform for working with PHP. Leopard comes with Apache, PHP an...
Start earning money with your Website. Matched.co.uk pays 5 english pounds when you sign up and 3 pounds per month for each ad you publish
Find out more at http://www.matched.co.uk
Find more tutorials at
Log on as Administrator Go to Start / ControlPanel / Administrative Tools and double_click on Internet Information Service
IIS Manager window opens(see Fig 4)On the left pane click on whatever your computer name is ,and in the midle double-click on Isapi Filters.
Fig 4
On the right pane,under Action click on add.
Fig 5
In the Executable type
C\:PHP\php5isapi.dll , where c:\PHP is the directory where you have
installed PHP and in theFilter name type PHP and press OK .
Fig 6
With the blue arrow on the top-left corner go back to the same page as for Fig 4 ,and this time double-click on Handler Mapping,on the new window(Fig 7) click on Add Script Map on the right pane under Action.
Fig 7
On the next dialog Box ( Fig 8)in the
Request Path Type *.php (don't forget the star at the beginning) and in the Executable type C:\PHP\php5isapi.dll , where c:\Php is the directory where
you have installed PHP and in the Name type PHP,and then click OK.
Fig 8
When you finish you should get a prompt like the one below( Fig 9).Click OK and close all the windows and restart your computer to reload the new configurations including the new system variables we have done in the first part.
When Vista has restarted log on as Administrator , navigate to the website root,by default C:\InetPub and right-click on the folder wwwroot choose properties and security tab and grant all permissions to IISUser and to anyone who has to save files to that folder and close all windows.
Fig 9
Now you ready for the test.,open a new file
with notepad and type:<?php phpinfo(); ?> Save it in your website root directory that should be C:\Inetpub\wwwroot as phpTest.php not as text file but all
files or it wont work.if you find problems saving in the website root folder,check the security permissionsOpen your web browser and type in the address bar http:/localhost/phptest.php
and ,if a page with all the php info appears ,it means that you have php
succesfully installed and running.
If you have any problems installing PHP ,please don't hesitate to contact me from here