I am trying to learn MySQL, PHP and Apache server. I downloaded the Apache(2.0 and PHP(5.2). Also, I added these two codes in my conf file.
LoadModule php5_module "c:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
It says its running but does anybody know how to check it to see if I downloaded Php correct. My Apache server is working correct, I dont see anything wrong but just want to make sure that the php is working as well. I try to ran the phpinfo(); but it doesnt work (i guess not enough detail instructions for beginner like me). So pls guide me check my PHP connection w/ apache.
Also, Can u guide me to download MySQL, and connect it with Apache, Php
Thank you in advance,
Kabbi