Sup Everyone
I got it to work this way
httpd.conf
LoadModule php5_module D:/Apache/php/php5apache2_2.dll
PHPIniDir "D:/Apache/php/php.ini"
AddType application/x-httpd-php .php .php5
Search For
DirectoryIndex index.html
In front of or after index.html add index.php
Php Ini Configuration
extension_dir = "D:/Apache/php/ext" only these slashes these "\" won't work
doc_root =D:\Apache\php
include_path = "D:\Apache\php\includes" Create folder in php - folder name "includes"
extension=php_mbstring.dll
extension=php_mysql.dll
extension=php_mysqli.dll
uncomment mbstring mysql and add mysqli as well
after configuring phpmyadmin reboot the computer