Home

Submit

Source

Feeds

Home » PHP » Databases ::

PHP Databases
Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides.
Related Tutorials
PHP Object Oriented
Introduction To Classes and Object Oriented Programming
PHP / Object Oriented
Learn a quick introduction to OOP (Object Oriented Programming). We will be creating a small class for fun to demonstrate how it all works.

Site: tutorialcode.com Report - View Tutorial

PHP Getting Started
Introduction to PHP
PHP / Getting Started
In this tutorial you will learn about introduction to PHP.

Site: www.php-learn-it.com Report - View Tutorial

PHP Getting Started
Introduction PHP
PHP / Getting Started
This PHP Tutorial Series starts with an introduction to PHP.

Site: www.htmlgoodies.com Report - View Tutorial

PHP Getting Started
Introduction to PHP
PHP / Getting Started
A simple tutorial, outlining the basics.

Site: www.noobic.com Report - View Tutorial

PHP Getting Started
PHP and MySQL - Introduction
PHP / Getting Started
The topics covered in this tutorial include: * PHP basics, including script structure, variables, supported types, constants, expressions, and type conversions * Condition and branch statements supported by PHP, including if, if...else, and the switch statements * Looping statements * Arrays and array library functions * Strings and string library functions * Regular expressions * Date and time functions * Integer and float functions * How to write functions, reuse components, and determine the scope and type of variables * An introduction to PHP object-oriented programming support * Common mistakes made by programmers new to PHP, and how to solve them.

Site: www.brainbell.com Report - View Tutorial

PHP Getting Started
Introduction to PHP
PHP / Getting Started
In this tutorial, you will be introduced to one of the simplest and most popular scripting languages. You'll begin to learn some of what PHP can do for you, and be able to write some simple scripts.

Site: www.tutorialzoom.com Report - View Tutorial

PHP Getting Started
Introduction To Arrays
PHP / Getting Started
An array is a list of scalar data; or elements that are indexed with a numeric or named key. A key is either a name or a number assigned to an element as a reference.

Site: www.tutorialhive.com Report - View Tutorial

PHP General Development
An Overview of Arrays in PHP
PHP / General Development
An introduction to arrays.

Site: codewalkers.com Report - View Tutorial

PHP Databases
SQL Introduction
PHP / Databases
More and more people are getting into web designing, yet many are put off by SQL for reason which I don't understand. I assure you it is very easy, in this tutorial I'll try to introduce you to the extreme basics of the structured query language.

Site: www.webdesign.org Report - View Tutorial

PHP Getting Started
A Brief Introduction to PHP
PHP / Getting Started
Explains what is PHP, and how it works with examples using a dynamic NetSafe Color chart and an Access database connection using ODBC. Also, includes links to other PHP-related sites.

Site: www.webguys.com Report - View Tutorial

PHP Sessions and Cookies
PHP Sessions
PHP / Sessions and Cookies
Have you ever seen member systems, or did you read the little introduction to MySQL with PHP tutorial on this site? If you have, then you must be wondering how all the user data is carried from page to page.

Site: www.interviewmyass.co.uk Report - View Tutorial

PHP Object Oriented
Classes and OOP in PHP
PHP / Object Oriented
An introduction to classes and object orientated programming in PHP.

Site: www.codebeach.com Report - View Tutorial

PHP Functions
Introduction to custom functions
PHP / Functions
Read this tutorial and learn the basics of custom functions .

Site: www.jooldesigns.net Report - View Tutorial

PHP Getting Started
Introduction to PHP
PHP / Getting Started
Are you ready to become a PHP web developer? Are you ready to spend few hours and to get in touch with PHP? If you are then read the rest of this tutorial and you will not regret.

Site: www.tutorials007.com Report - View Tutorial

PHP Getting Started
Introduction to PHP
PHP / Getting Started
This tutorial was written to introduce you to PHP, it assumes you know nothing about programming at all, starts with the very basics and slowly guides you through some of the concepts of PHP programming.

Site: www.webdesign.org Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement