Archive for the ‘ajax’ Category

Page 3 of 3«123

How to solve the problem of retrieving same value by Ajax - Browser Cache Problem

You might have faced the problem of the getting same response on the consecutive request to a PHP file from Ajax. Well, what happens when making repeated GET requests to the same URL can often lead to the response coming not from the server but from the browser cache. This problem mainly occurs while using in internet explorer. Now let's look at the various methods to solve this problem : Full story

Populate triple drop down list from database using Ajax and PHP

I've got many email from people asking for populating triple drop down list from the database without refreshing page using Ajax and PHP after posting the first article related to the ajax dropdown list using php .In this post, I've put three drop down of country , state and city and the drop down's value changes without refreshing the page. Now let show you how to create it quickly. Full story

Slider Using PHP, Ajax And Javascript

Have you been searching for the slider script and implementing it in Ajax with PHP then you are in the right place buddy.Here is the post for you in which I've implemented javascript slider to work in Ajax using PHP. Ok let's Begin it by creating the following tables in the database. Here is the mysql code to create the table named "tbl_slider" in database. CREATE TABLE `tbl_slider` ( `id` smallint(6) NOT NULL auto_increment, `slider_val` smallint(6) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM ; Full story

Change dropdown list (options) values from database with ajax and php

I'm going to show you a example in php and ajax to change the values of the dropdown's options without refreshing the page. The values (options) of the dropdown are fetched from the database and the certain portion of the web pages is only refreshed without need to refresh the whole page. Full story

A ajax tutorial for beginners

What is ajax ? AJAX is an acronym for Asynchronous JavaScript And XML. Full story
Page 3 of 3«123
Copyright © 2009 Roshan Bhattarai's Blog. All rights reserved.
Powered by WordPress.org, Custom Theme and ComFi.com Calling Card Company.