I'll revise what you guys posted earlier
QUOTE(silverhawk @ Feb 20 2006, 04:12 PM)
You will have to add some lines to your apache config file so that it knows what to do with php files.
CODE
LoadModule php5_module "e:/web/php/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "e:/web/php"
something like this ? YES i've added them in the httpd.conf
QUOTE(goldfries @ Feb 20 2006, 04:20 PM)
as long as test.php with <? phpinfo(); ?> doesn't work - you've made a mistake some where in the configuration.
You meant he apache configuration or the php.ini ?
QUOTE(goldfries @ Feb 20 2006, 04:32 PM)
you posted the link there yourself. did you follow the steps given?
read the link from Silverhawk too if you have the time.
you can't just UNZIP it somewhere and expect Apache to be a psychic you know.
you'll have to configure Apache to know that when a PHP file is called, it will fine the file and use the interpreter to read the PHP file and pass the information to the web-browser.

Yes i followed step by step
Anyways, does my .php(test) files should be at a folder stated inside doc_root(php.ini) ?
or Anywhere in my PC will do ?