Link to home
Start Free TrialLog in
Avatar of Aleks
AleksFlag for United States of America

asked on

Where to download PHP ?

I am setting up a new server, just installed MySQL Database and now I need to intall PHP and PHP mail on that machine so that wordpress websites can send email and work fine.

Where can I download both ?  Some have multiple links so I need some guidance to make sure I do this right.
Avatar of Mlanda T
Mlanda T
Flag of South Africa image

Get PHP from the official website: http://php.net/downloads.php

It already comes with the Mail module (http://php.net/manual/en/book.mail.php).

If you are using IIS (or a Windows Server), just download the Microsoft Web Platform Installer and install PHP with it (http://www.microsoft.com/web/platform/phponwindows.aspx). It will configure your IIS to work with PHP as well.
Avatar of Aleks

ASKER

I am using IIS ... would that also include the PHP mail ?
ASKER CERTIFIED SOLUTION
Avatar of Mlanda T
Mlanda T
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Aleks

ASKER

Thank you !