Pagination feature is for limiting the number of results instead of loading all in a list page. Loading multiple records with pagination will increase efficiency to load result page by page. We have seen several examples for PHP pagination with database results. For the pagination functionality, a perpage result count will be configured. This configured […]
jQuery AJAX Autocomplete – Country Example
Autocomplete feature is used to provide the auto suggestion for users while entering input. In this tutorial, we are going to suggest country names for the users based on the keyword they entered into the input field by using jQuery AJAX. jQuery Autocomplete function is called on the key-up event of the input field. This […]
How to Pass Data with Ajax to a PHP file
In today’s tutorial, I’m going to show you, how to Pass Data with Ajax to a PHP file and process it. Using this method, you can retrieve data from a database, and run other PHP scripts using the values of the forms and fields.
Load Data Dynamically on Page Scroll using jQuery and PHP
In this tutorial, we are going to see about loading data into a web page dynamically as the user scrolls it. We will be using jQuery and AJAX for the dynamic load on the scroll. Initially, we will show a limited number of results on page load. The subsequent bunch of records will be shown […]
Google New reCaptcha using PHP – Are you a Robot?
Today i would like to show you how to implement new reCaptcha using PHP. I like the new design it is clean and impressive, hope you will like it. reCaptcha protects your website for spammers and robots, in this post I had implemented new reCaptch API system with HTML login form using PHP. I like […]
JSON Basics What You Need to Know
A common use of JSON is to read data from a web server, and display the data in a web page. If you’ve developed websites or web apps at all, you’ve probably heard of JSON, at least in passing. But what exactly is JSON ? What can it do, and how do you use it?
Facebook Like Profile Edit with Jquery and Php
This post is very special Facebook like profile edit with jquery, ajax and PHP. Why special before I was thinking this is little difficult but I had developed in just 8 minutes using jquery and php. Use this and enrich your web applications.
Integrate CKEditor in Html Page using JavaScript
CKEditor is a rich web text editor, which can be used inside your HTML web pages. This HTML text editor allows many of the powerful editing functions found on desktop editors like Microsoft Word to your web. This is featured with many advantages like preparing your mail content, creating your blogs and so on. This […]
Ajax Upload and Resize an Image with PHP
Today I am presenting the most important social networking feature called ajax upload and resize an image without refreshing the page using jquery and PHP. It is very useful for your web project that saves lots of hosting space and bandwidth limit.
Live Table Edit with Jquery and Ajax
Live HTML table edit or inline table edit is a very user friendly feature that enable users to edit HTML table value directly by clicking on table cells. In our previous tutorial you have learned Dynamic Dependent Select Box using Jquery and Ajax. In this tutorial you will learn how to implement live editable HTML […]