PHP Tutorials Database Interactions



Featured Tutorial
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.
Rating: 3.3/5 | 49 clicks | 0 comments | 0 saves | share | report
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.
Rating: 3.7/5 | 261 clicks | 0 comments | 0 saves | share | report
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.
Rating: 3.0/5 | 383 clicks | 0 comments | 0 saves | share | report
Fetching MySQL Results (video)
Submitted by Vision Media » The easiest and quickest way to retrieve MySQL result sets.
Rating: 3.7/5 | 226 clicks | 0 comments | 0 saves | share | report
Creating Databases And Tables Using PhpMyAdmin
Submitted by Vision Media » Learn to use the popular PhpMyAdmin MySQL client to create databases, tables and more
Rating: 3.7/5 | 277 clicks | 0 comments | 0 saves | share | report
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.
Rating: 4.0/5 | 303 clicks | 0 comments | 0 saves | share | report
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.
Rating: 3.7/5 | 498 clicks | 0 comments | 1 save | share | report
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.
Rating: 3.2/5 | 1,299 clicks | 0 comments | 4 saves | share | report
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.
Rating: 2.3/5 | 158 clicks | 0 comments | 0 saves | share | report
Adding Info To MySQL Database Via Queries
Submitted by drunkenfury » A simple tutorial on submitting data and information to mysql databases via PHP.
Rating: 3.2/5 | 380 clicks | 0 comments | 1 save | share | report