Php

Create Dynamic SQL Insert Query in PHP and MySql

This PHP tutorial help to create dynamic sql insert query using table and data .I have taken this function reference… Read More

12 years ago

Simple PHP MVC Framework Example

Today we will discuss how to create an MVC sample application in PHP. Because nowadays in PHP everybody creates a… Read More

12 years ago

Model,View and Controller in MVC

A term MVC is little bit confusing to newly developers. Now I am describing very easy way and letting you… Read More

12 years ago

How to Configure Zend Framework in Xampp

The Zend Framework is most popular framework and zend is focused on web 2.0 style applications. Zend has great extensive… Read More

12 years ago

Difference between MongoDB, CouchDB and MySQL

MongoDB is most popular database now days in software and web development. MongoDB (from "humongous") is a scalable, high-performance, open… Read More

12 years ago

Create SEO Friendly URL Using PHP

In this article, I will provide you php method script to generate SEO-friendly URL for web applications using PHP. We… Read More

12 years ago

Live Username Availability using PHP & jQuery

In this tutorial, We will learn how to implement username live check availability feature using PHP, jQuery and MySQL.We will… Read More

12 years ago

Simple tutorial of pagination in php with Demo

In this PHP tutorial, we'll learn how to make pagination with PHP and MySql. The pagination can be ajax-based, but… Read More

13 years ago

Difference Between Split and Explode in PHP

The split() and explode() are two main string function in php. If you are working in php, You must have… Read More

13 years ago

How to Solve “Headers already sent” error in PHP

This Warning is shown by PHP when you use the header function to output headers or use the setcookie function… Read More

13 years ago

Categories