Database · Newest PHP Tutorials

Delete multiple database records w/checkboxes and loops

Learn how to Delete multiple database records w/checkboxes and loops - Easy and looks great
Database » avengex.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

Learn How To Work with MySQL Database

Learn How To Work with MySQL Database with 21 Short Tutorials for Beginners
Database » dev.fyicenter.com
Score(+): 0 | Views: 47 | Similar Tuts | Save it | View this tutorial

SQL Server FAQs

This tutorial contains some FAQs about PHP ODBC Functions - Connection and Query Execution
Database » dba.fyicenter.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

Create a Visitor Map

This tutorial aims to outline the process of creating a visitor map you sometimes see on MySpace profiles.
Database » zymic.com
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

Connecting and using MySQL with PHP

In this tutorial you can learn Sth more about Connecting and using MySQL with PHP
Database » libraryofmike.org
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

A Brief Introduction to Using the Wonderful SQLite in your PHP Applications

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.
Database » talkphp.com
Score(+): 0 | Views: 45 | Similar Tuts | Save it | View this tutorial

Multiple Insert In 1 Query

This tutorial is about Multiple Insert In 1 Query
Database » desilva.biz
Score(+): 0 | Views: 132 | Similar Tuts | Save it | View this tutorial

MySQL with PHP5 - Object Orientated Style

In this tutorial you can learn some thing about MYSQL and PHP5
Database » haugland.ca
Score(+): 1 | Views: 52 | Similar Tuts | Save it | View this tutorial

Insert Data

After studying this tutorial you can learn how to Insert information in to a PHP MySQL database using Dreamweaver
Database » pixeldigest.com
Score(+): 0 | Views: 61 | Similar Tuts | Save it | View this tutorial

PHP ODBC Functions

This tutorial is about Managing Tables and Data Rows
Database » dba.fyicenter.com
Score(+): 0 | Views: 31 | Similar Tuts | Save it | View this tutorial

PHP Database Integration With MySQL

This tutorial is about PHP Database Integration With MySQL
Database » techxcel.com
Score(+): 1 | Views: 47 | Similar Tuts | Save it | View this tutorial

RSS Feeds from a MySQL Database

This tutorial will teach you how to create a simple RSS 2.0 compliant feed from a MySQL (or others with a few small changes) database.
Database » arkinex.com
Score(+): 1 | Views: 58 | Similar Tuts | Save it | View this tutorial

Effective Geotargeting with PHP

In this tutorial, we’ll take a look at the technique of geotargeting, or serving content to users based on their physical location.
Database » developertutorials.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

MySQL Query Optimization

This tutorial is Help cut down on resources by optimizing queries
Database » avengex.com
Score(+): 1 | Views: 48 | Similar Tuts | Save it | View this tutorial

Simple Search Engine with PHP and MySQL

There might be many reasons why you may be storing data in a database. As Google has showed us, searching data is an invaluable tool that can help minimize the time that it takes to find the information you need. I would like to show you how you can build your own PHP search engine to find the information you seek in a MySQL database.
Database » hackosis.com
Score(+): 1 | Views: 61 | Similar Tuts | Save it | View this tutorial