Related Articles

MySQL Introduction (NEW)
MySQL – PHP Print Records to HTML (mysqli)
You can use PHP to access records in a MySQL database and then print them out in HTML. phpSelect.php phpSelectTable.php

PHP Programming (NEW)
PHP – Logical Operators
Logical Operators allow you to use AND or OR in comparisons for Loops and If Statements.

MySQL Introduction (NEW)
MySQL – PHP to INSERT Into Table
You can use PHP to INSERT data into MySQL Tables. This data can come from HTML forms, or things such as scripts that parse text documents. phpInsert.php
Be the first to comment