Archive for the ‘PHP’ Category

PHP installation script

In this post, we will discuss about installation script for our web site or web application. I divided into four functions for four steps. Before we do the first step, we need some code to call our f……more

Popularity: unranked [?]

PHP Convert Multi Byte to Unicode

tutorial on how to convert your multi byte message to unicode….more

Popularity: unranked [?]

How to make custom column for custom post type in wordpress

Edit your theme’s functions.php or the main function file for your plugin. After, that you need to create a new function that will register which fields do you want your columns to have.In this is cas……more

Popularity: unranked [?]

PHP OOP course – 1.Introduction

This is the first tutorial of the PHP Object Oriented Course , that’s i wish to help you get familiar and comfortable with this technique in an easy way ….more

Popularity: unranked [?]

PHP OOP course – 2.Create the first class

So how we declare classes , properties and methods ? it’s pretty easy just keep focus and let’s split in parts…more

Popularity: unranked [?]

PHP: Object Oriented Programming for Absolute Beginners

Object Oriented Programming (OOP) techniques, is extremely useful when developing your project. It allow you to group all similar task into classes and provide you greater flexibility, easier maintena……more

Popularity: unranked [?]

Generate CSV Files using CodeIgniter

This post will tell how to Generate CSV Files using CodeIgniter Framework along with the use of CSV Helper….more

Popularity: unranked [?]

Generating PDF files with tabular data in it, using CodeIgniter

This is post which will teach you how you can generated pdf files with data displayed in a tabular format, using CodeIgniter Framework…more

Popularity: unranked [?]

PHP While Loop Statement

Suppose you want to calculate gross salaries of 20 different persons or take a list of maximum and minimum temperatures of a certain month or a year, the while loop is ideal to solve these types of ca……more

Popularity: unranked [?]

Generate PDF Files from Database using CodeIgniter

Learn how to generate PDF File from Database using Codeigniter library called the R&OS Library….more

Popularity: unranked [?]