PHP Programming Tutorial

12 years ago

There are two ways to save images. Most common way is to save the file name in MySQL table and upload image in folder.Another way Read More

12 years ago

In last week, I was haven’t more work so I was experimenting a MySQLi extension in PHP and I thought that to check “how to Read More

12 years ago

In the last article I have explained about one of the OOPs concept is Type hinting and today I am going to explain one more Read More

12 years ago

Recently I have prepared some OOPs demos for my students and I really like one concept of Type Hinting so let’s have a quick look Read More

12 years ago

What is Constructor? Generally Constructor is one kind of method which has the same name as class name.it’s used to initialize the variable of the Read More

12 years ago

Inherit the class is tremendous flexibility for overwriting a class or method which the call the class method using the instance of the class and Read More

12 years ago

Today I am going to cover small tutorial about CodeIgniter.CodeIgniter is a PHP framework for web application.Basically, CodeIgniter follows the most well-known Model, view and Read More

Most Popular Posts

Run-Time Validation using jQuery

Posted on 11 years ago

Bhumi

Table layout using DIV tags

Posted on 11 years ago

Bhumi