» DatabaseTutorials
Create an Rss Feed using Php and Mysql
In this tutorial i will teach you how to create your own XML Rss Feed using Php and Mysql, i wrote this tutorial with full detail and easy to understand.
Create Google Sitemap in Php and Mysql
Google Xml Sitemap in Php and Mysql, In this tutorial i will teach you how to create your own Php and Mysql Sitemap for your website.
Simple Content Management System
In this tutorial i will teach you how to create a simple content management system in php, you will also learn how to add data to mysql and how to edit or delete data from mysql…
Php and Mysql Count() Function
Count all elements in an array, or properties in an object, This is particularly useful for counting all the elements of a multidimensional array. The default value for mode is 0. count() does not detect infinite recursion.
Php Newsletter Sytem Tutorial
Today, in this tutorial i will teach you how to make a Php Newsletter System with subscribe and admin features. When someone subscribe to newsletter then Admin can send emails to the subscribers.
Inserting Data in MySql Database using Forms
Today, I will teach you how to insert data in Mysql Database using forms, adding data to database through forms is very useful, because it more easier…
Insert and Select data from Mysql Database
In this tutorial i will teach how to INSERT and SELECT data from a MySql Database, this is a beginner tutorial, this tutorial will also teach you the using of @mysql_fetch_array Function in PHP.
Connecting and Selecting MySql Database
Today, in this tutorial i will teach you the basic of connecting to database, Learn how to connect to MySql Database and how to select MySql Database, This is a very easy tutorial, a beginner tutorial…
