PHP
Are you wondering what all the talk is about? Wanting to learn to use
PHP? Read on!
Welcome to the HTML Goodies PHP Tutorials! This series is a new series
that is in development right now. This tutorial series is a little more
advanced than our HTML tutorials. The assumption is made that you already
have an understanding of HTML and basic web design. For this reason this
is not a good starting point for the new designer, but is instead a place
for one with a little experience to spread their wings and expand heir
design horizons. Check back here often to see the progress of the series.
We'll have you writing PHP code very soon! The following sections are
available now:
Tutorial: Installing Apache and PHP Under Win32 Nothing can stop you now! Read this tutorial for the inside scoop on setting up Apache and PHP on a computer that is running Microsoft Windows!
PHP Tutorial - Databases in PHP, An Introduction Adding databases to your website opens up a whole new world of possibilities -- and it's so easy in PHP! What are databases and how can they be used? Read on!
PHP Tutorial - Databases in PHP, SQL Basics Most of today's database systems use the Structured Query Language (SQL) in a more or less standard form. The basics of SQL are surprisingly simple. Here's an overview to get you going.
PHP Tutorial - Databases in PHP - MySQL in PHP - Picking a DB We're in the process of adding access to a MySQL Database to our HTML page and now we need to pick out the database we want to use and make sure that everything is properly available.
Databases in PHP - MySQL in PHP - Running Some Queries Continuing the process of adding access to a MySQL Database to our HTML pages, we now need to interact with the database we previously selected from the server to which we also previously connected.