background preloader

PHP

Facebook Twitter

PHP 101: PHP For the Absolute Beginner. Php - Using Flat Files (Writing) Learn how to write data into a text file with PHP and flat files. This may come in useful for those of you who have access to PHP but not any form of database. Flat files are essentially text files which store data, much like databases themselves ... the only drawback being many less functions, such as search, edit and all the other things possible with MySQL. PHP/MySQL Tutorial. Introduction For many people, the main reson for learning a scripting language like PHP is because of the interaction with databases it can offer.

PHP/MySQL Tutorial

In this tutorial I will show you how to use PHP and the MySQL database to store information on the web and include it into your website. Before you read this tutorial you should have at least a basic knowledge of how to use PHP. If you do not yet know PHP, I suggest that you read our PHP tutorial before continuing. Passing Parameter/Variable via URL : php, url, parameter, passing, variable. Practical PHP Programming.