
Feature your own tutorial here! Find out more.
Extending PHP Doctrine Record
Submitted by ProDevTips » Here we extend PHP Doctrine records fromArray function to allow for check box group relations to be inserted in a straight forward way.
PHP Doctrine introduction for dummies
Submitted by ProDevTips » Short tutorial on how to create tables in a database and fetch information from said database with the Doctrine Object Relational Mapper.
Simple MySQL Table Editor
Submitted by Hackosis » PHP and MySQL are one of the most used technologies on the web today. By using about 7 different script files we can add, update, and delete rows from a MySQL table.
Fetching MySQL Results (video)
Submitted by Vision Media » The easiest and quickest way to retrieve MySQL result sets.
Creating Databases And Tables Using PhpMyAdmin
Submitted by Vision Media » Learn to use the popular PhpMyAdmin MySQL client to create databases, tables and more
How to map addresses from a database using Google Maps API
Submitted by WebDeveloperWannaBe » I remember the first time I wanted to pull addresses from a MySQL database and dynamically map them using Google Maps API. I went through the Google Maps API Documentation, followed several online tutorials and used code other developers provided online but I couldn’t achieve what I wanted. After several days of hair pulling and heavy coffee drinking, I put together what I had learned from all that and voila! I got it to work.
An introduction to MySQL databases in PHP
Submitted by Combined Minds » Databases and PHP is like Valentino Rossi and a bike, it works like a charm. In this tutorial you will be introduced to MySQL, a powerful database system.
Create database driven (dynamic) website with Dreamweaver CS3, PHP and MySQL
Submitted by Freelance Web Designer » This tutorial explains how to create database driven (dynamic) website with Dreamweaver CS3, PHP and MySQL.
Database Abstraction with Zend_Db - Part 2
Submitted by Adam » Database abstraction layers provide an important role in modern web applications built with PHP. They allow you to easily switch your back end database server by changing just a few lines of code in your application.
Adding Info To MySQL Database Via Queries
Submitted by drunkenfury » A simple tutorial on submitting data and information to mysql databases via PHP.


