PHP Tutorials Database Interactions



Featured Tutorial
Making A Wordpress 2.5 Sidebar Widget Plugin
Submitted by Makebeta » How to create and use a plugin widget in Wordpress 2.5. Covers settings up and using sidebars in your template, activating your widget, and displaying your widget. This tutorial is best suited for people familiar with both PHP and Wordpress themes and plugins.
Rating: 4.5/5 | 258 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: 4.3/5 | 558 clicks | 0 comments | 2 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 | 113 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 | 248 clicks | 0 comments | 1 save | share | report
PHP Database Integration With MySQL
Submitted by Xfunda - excellent fundamental » One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:- Connect to MySQL Database Server Create new Database Select MySQL Database Add data to table Retrieve data Error Handling
Rating: 2.5/5 | 336 clicks | 0 comments | 0 saves | share | report
Digg API: How to Get a Random Story from Digg
Submitted by Web Cash » This tutorial walks you through using the Digg API to fetch one random story from Digg and display it on your site. Good introduction to using the Digg API for content syndication. Uses PHP and XML.
Rating: 3.2/5 | 215 clicks | 0 comments | 0 saves | share | report
Effective Geotargeting with PHP
Submitted by DeveloperTutorials.com » In this tutorial, we’ll take a look at the technique of geotargeting, or serving content to users based on their physical location.
Rating: 3.5/5 | 327 clicks | 0 comments | 1 save | share | report
Mysql Tutorial 1 : How to create a MySQL Database and Table
Submitted by Z Technology Journal » Mysql Tutorial 1 : MySQL for Newbies, How to create a MySQL Database and Table
Rating: 2.0/5 | 464 clicks | 0 comments | 0 saves | share | report
Export Mysql data to CSV
Submitted by ineedtutorials.com » 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.
Rating: 2.1/5 | 185 clicks | 0 comments | 1 save | share | report
A Brief Introduction to Using the Wonderful SQLite in your PHP Applications
Submitted by Adam » 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.
Rating: 3.5/5 | 231 clicks | 3 comments | 1 save | share | report
Create a Visitor Map
Submitted by Zymic » This tutorial aims to outline the process of creating a visitor map you sometimes see on MySpace profiles.
Rating: 2.5/5 | 876 clicks | 0 comments | 2 saves | share | report