
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.
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.
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
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.
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.
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
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.
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.
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.
