25 Aug 09 What do I need to use PHP and MySQL?



I’ll do my best to explain as I go, but before learning PHP there are some things you should have:

  • You’ll need to know how to work with files and folders on your computer. Able to create, open, copy, move and save files to locations you choose.
  • You’ll need a relatively new operating system. If you purchased your computer within the last five years you should be fine, but if you’re still using Windows 95 then we might have a problem.
  • You’ll probably need a basic knowledge of HTML. You don’t need to be a master, but PHP is dynamically outputting HTML so you will need to know it. You may be able to figure it out as you go. If so, I recommend you have a HTML web site or book open as a reference if you get stuck.

That’s all you need before continuing. You don’t need to know anything yet about computer programming. I’ll teach you.

To create and use PHP files, we also need the items below. We’ll talk about how to get and install them for free.

Web Server
A web server is what sends the web site data to your web browser for you to see. Apache is the most popular and what we’ll be using in the tutorial.

PHP
This is the language you are learning, where all of the magic happens.

Database
We’re going to be using the MySQL database system, one of the most popular and widely used free databases.

Code Editor
You need something to write your programming code in. You could use basic software like Notepad, but I will introduce you to free software that will make your programming life easier.

Web Browser
If you’re reading this page online, then you’re already using one. Chances are, you’re using Internet Explorer, Mozilla Firefox, or Safari. Most web browsers will work fine.

Tags: , , , ,

Leave a Comment