PHP Tutorial

Using OOP with MySQL a mysql class

Learn how to create and use OOP with a mysql class
Database » shadow-fox.net
Score(+): 0 | Views: 33 | Save it | Report it


Top 20 Similar PHP Tutorials

MySQL Class

This tutorial will show you the basics of creating a class that will handle your basic MySQL functions, as well as handle some error reporting so you dont have to add "or die(mysql_error());" to your mysql querys.
Database » deceptive-logic.com
Score(+): 0 | Views: 49 | Similar Tuts | Save it | View this tutorial

Creating an object oriented MySQL abstraction class

In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.
Database » phptoys.com
Score(+): 1 | Views: 61 | Similar Tuts | Save it | View this tutorial

Mysql Tutorial 1 : How to create a MySQL Database and Table

Mysql Tutorial 1 : MySQL for Newbies, How to create a MySQL Database and Table
Database » ztej.com
Score(+): 0 | Views: 48 | 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: 62 | Similar Tuts | Save it | View this tutorial

PHP MySQL by examples

Learn by examples how to manipulate your database using PHP
Database » roscripts.com
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

PHP and MySql tutorial

This is a starters guide for basic functionality!
Database » cipherpixel.com
Score(+): 2 | Views: 50 | Similar Tuts | Save it | View this tutorial

Fetch MySQL Row

Fetch (retrieve) a specific MySQL row and display it in a simple table.
Database » scriptplayground.com
Score(+): 1 | Views: 124 | Similar Tuts | Save it | View this tutorial

Basics of Mysql

Basics of MySQL and showing the contents of a database table.
Database » gfx-depot.com
Score(+): 1 | Views: 100 | Similar Tuts | Save it | View this tutorial

IP Banning in with mySQL

This tutorial will show you how to ban people by IP address with php and mysql
Security » chipmunk-scripts.com
Score(+): 5 | Views: 132 | Similar Tuts | Save it | View this tutorial

PHP and MySQL RSS Feed

Learn how to create a dynamic XML RSS document with PHP
General » webwicked.com.au
Score(+): 0 | Views: 64 | Similar Tuts | Save it | View this tutorial

Learning PHP and MySQL

This is a massive guide to integrating MySQL with your PHP applications
Database » tutorialspoint.com
Score(+): 0 | Views: 45 | Similar Tuts | Save it | View this tutorial

MySQL Basics

Simple MySQL integration for your website with PHP
Database » 13dots.com
Score(+): 0 | Views: 52 | Similar Tuts | Save it | View this tutorial

PHP and MySQL Injection

A general overview about PHP and MySQL Injection
Security » imneebu.com
Score(+): 1 | Views: 80 | Similar Tuts | Save it | View this tutorial

MySQL FAQs

This tutorial helps you to know more about PHP Connections and Query Execution
Database » dba.fyicenter.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

Display MySQL Data

Learn more about using dreamweaver. learn how to display database information
Database » pixeldigest.com
Score(+): 0 | Views: 71 | Similar Tuts | Save it | View this tutorial

Edit MySQL Data

Learn how to edit information stored in a PHP MySQL database
Database » pixeldigest.com
Score(+): 0 | Views: 53 | Similar Tuts | Save it | View this tutorial

Get the Size of a MySQL Database with PHP

This simple tutorial will show you how to get the size of a MySQL database using PHP in just a few simple steps
Database » drquincy.com
Score(+): 0 | Views: 65 | Similar Tuts | Save it | View this tutorial

Advanced PHP / MySQL Interaction

In this tutorial I will show you how to connect to and select a database and then how to perform select, insert, update and delete actions on a MySQL database.
Database » webmasterstash.com
Score(+): 0 | Views: 55 | Similar Tuts | Save it | View this tutorial

Specifying how many columns per row when extractng from MySQL

This is a simple tutorial that shows you how to make information or images(in this case buttons) display in a specific number columns per row using a specific algorithem and loop
Database » chipmunk-scripts.com
Score(+): 0 | Views: 55 | Similar Tuts | Save it | View this tutorial

Export Mysql data to CSV

Want to export your Mysql data to a CSV(comma seperated value) file? In this tutorial i will show you how to export your data from Mysql into a CSV file.
Database » ineedtutorials.com
Score(+): 0 | Views: 47 | Similar Tuts | Save it | View this tutorial