TweetHello Friends !! Today I will Give you code to delete records using JQuery and PHP with Animation effect. It is very simple to understand. First you have to download jquery.js which is availble HERE. After that copy this code in your PHP file and run it.
Posts Tagged ‘AJAX’
Example of AJAX and PHP
February 13th, 2009
View Comments
TweetHello Friends ! Here I explain one Example how AJAX used in PHP ? First create a database displayed below: id FirstName LastName Age Hometown Job 1 Peter Griffin 41 Quahog Brewery 2 Lois Griffin 40 Newport Piano Teacher 3 Joseph Swanson 39 Quahog Police Officer 4 Glenn Quagmire 41 Quahog Pilot Then You have [...]
Do You Know What is AJAX ?
February 13th, 2009
View Comments
TweetAJAX : Asynchronous Java And XML Ajax is a set of programming techniques or a particular approach to Web programming. These programming techniques involve being able to seamlessly update a Web page or a section of a Web application with input from the server, but without the need for an immediate page refresh. This doesn’t [...]

