RSS

Related Post With Thumbnail in WordPress Without a Plugin

Final Image
0 Comments | This entry was posted on Feb 03 2011

In this tutorial i will teach you how to Show Related Post with Related Thumbnail in WordPress Without a Plugin, this is very easy tutorial, this problem will be solved within a few lines code…

Simple Content Management System

Final Image
0 Comments | This entry was posted on Feb 02 2011

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…

Display Author Information without Plugin in WordPress

Final Image
2 Comments | This entry was posted on Nov 30 2010

In this tutorial i will teach you how to display Author information in wordpress post area without a plugin…

Php and Mysql Count() Function

Final Image
5 Comments | This entry was posted on Nov 14 2010

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

Final Image
3 Comments | This entry was posted on Nov 13 2010

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

Final Image
0 Comments | This entry was posted on Nov 12 2010

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

Final Image
0 Comments | This entry was posted on Nov 11 2010

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.

Php date() Function With Examples

Final Image
0 Comments | This entry was posted on Nov 09 2010

The PHP date() function formats a timestamp to a more readable date and time. PHP time stamp is a numeric value in seconds between the time at present and the value at Unix Epoch (January 1 1970 00:00:00 GMT). This time of January 1 1970 00:00:00 GMT is taken as base for all time stamp calculations.