I’ll do my best to explain as I go, but before learning PHP there are some things you should have:
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: mysql, php, programming, server, tutorial