Hi everybody, I am novice user of php, so plz help me out While binding php with Apache2, I got a problem like: Add type require at least two arguments, mime type followed by one or more file extensions. After adding following lines in httpd.conf file: Load Module php5_module "C:/php/php5apache2.dll" AddType application/ x-httpd-php.php
are you installing php to apache??? i think its not wise to do that, there are many services with apache + php + mysql.
You have a space after application/ , also you need a space before .php; - should be "application/x-httpd-php .php" instead of using AddType you should be using AddHandler; for example: