david@frosdick:~/learning-php-with-xampp
david@frosdick ~/learning-php-with-xampp $ cat learning-php-with-xampp.md

# Learning PHP with XAMPP

date: 19 March 2008 read: ~1 min tags: Tech

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 main user interface with links to tools, scripts and tutorials.

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

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 Apache/MySql servers access the admin control panels and get status updates.

Anyway back to learning some more PHP.

I’m David Frosdick a content marketer & course creator. I spend my days working with OptimizePress, coaching clients, producing online courses, digital products and generally seeing what’s working online with marketing. Thanks for visiting my blog and feel free to contact me if you have any questions.

New posts on marketing, ecommerce, digital products & the catering industry. No spam, unsubscribe anytime.

$

david@frosdick ~/learning-php-with-xampp $