Thanks for the info. Really appreciate but it's not what I'm looking for.
My fellow student suggested download XAMPP zip package and it will automatically set up.
I extracted the package on the desktop. I followed the instructions thru read me file.
I haven't done this bit before so I am new in this.
Here's the steps I have to do:
* QUICK INSTALLATION:
[NOTE: Unpack the package to your USB stick or a partition of your choice.
There it must be on the highest level like E:\ or W:. It will
build E:\XAMPPlite or W:\XAMPPlite or something like this. Please do not use the "setup_XAMPPlite.bat" for an USB stick installation!]
Step 1: Unpack the package into a directory of your choice. Please start the
"setup_XAMPPlite.bat" and beginning the installation. Note: XAMPPlite makes no entries in the windows registry and no settings for the system variables.
Step 2: If installation ends successfully, start the Apache 2 with
"apache_start".bat", MySQL with "mysql_start".bat". Stop the MySQL Server with "mysql_stop.bat". For shutdown the Apache HTTPD, only close the Apache Command (CMD).
Step 3: Start your browser and type http://127.0.0.1 or http://localhost in the location bar. You should see our pre-made
start page with certain examples and test screens.
Step 4: PHP (with mod_php, as .php, .php3, .php4, .phtml), Perl by default with .cgi, SSI with .shtml are all located in => C:\XAMPPlite\htdocs.
Examples:
- C:\XAMPPlite\htdocs\test.php => http://localhost/test.php
- C:\XAMPPlite\myhome\test.php => http://localhost/myhome/test.php
Step 5: XAMPPlite UNINSTALL? Simply remove the "XAMPPlite" Directory.
But before please shutdown the apache and mysql.
When I get to step 3 - I type http://localhost in the address bar or browser (Firefox), I always get a Authentication Required message box instructing me to 'Enter Username and Password at http://localhost".
I don't even have a username or password for that.
How can I get around this A.R. message box?
Your assistance would be muchly appreciated!
Cheers!