Learning PHP with XAMPP

by David on March 19, 2008

in Tools

XAMPP For Windows

Whilst I’m playing around with Wordpress I thought it would be best to start learning more php code. After a couple of days of searching and reading how to manually install php and apache (for Windows) locally on my system I came across XAMPP a one click install program that does it all for you.

It’s like an out the box and ready to install package, run the .EXE file which will install APache, MySql and FileZilla if you want it, and it’s done!! That’s it!! No more reading, more time to code!!

Once you have XAMPP installed you navigate from your web browser to http://localhost/xampp/which shows the the main user interface with links to tools, scripts and tutorials.

XAMP Welcome Page

From the XAMPP welcome page you can also directly link to phpMyAdmin where you can create as many Databases locally as you please.

phpMyAdmin

What I liked about XAMPP was the ease of installation, within a few clicks I was up and running and testing PHP code locally, XAMPP also has a mini control panel accessible from the tray icon in the taskbar. The control panel allows you to stop and start the Apche/MySql servers access the admin control panels and get status updates.

XAMPP Control Panel

Anyway back to learning some more PHP.

{ 2 comments… read them below or add one }

1 Localhost Phpmyadmin April 10, 2008 at 3:47 pm

anybody here know of a good site to find more info on Localhost Phpmyadmin? I’ve got this site bookmarked and im gonna keep checking it out, but i still would like to find a site that covers Localhost Phpmyadmin a little more thoroughly..thanks

Reply

2 Php Form Scripts July 10, 2008 at 11:19 am

I found your site on faves.com bookmarking site.. I like it ..gave it a fave for you..ill be checking back later

Reply

Leave a Comment

CommentLuv Enabled

Previous post:

Next post: