In: PHP
11 Nov 2009In this tutorial I am going to show you how you can develop a simple CMS (Content Management System) in a very quick and easy way. In this tutorial I have used table for layout. You can use your CSS style for develop your CMS.
Let’s begain with Database.
Create Database CMS for your CMS site
Copy and [...]
In: SQL
3 Nov 2009In most of the cases of web development we should play with date and time. We have to calculate between two dates and get year, months. In this tutorial I am goings to show you some of the easiest way to calculate between two dates and get year, month, day.
Mysql Date from Date return the [...]
