Installing Perl CGI in Apache (Windows platform)

How to install perl cgi in Apache webserver:
Download the latest version of ActivePerl from http://www.activestate.com/store/activeperl/download (if it asks you to register, you can just leave the form blank and hit “Continue”).
Get the Windows (x86) MSI version.
My file was named: ActivePerl-5.8.8.819-MSWin32-x86-267479.msi
Install Active Perl
On the “Setup” screen (where you choose what features to install — should be [...]

Connecting MySQL From PHP

Hi,
Although many of you know how to connect MySQL Server which is Running on your machine (localhost) or to any other server from a PHP Code, but I think I can write a few lines for those who does not know how to do it.
If you are very much new to PHP and wondering about [...]