demo
Ajax search PHP Example Part 1
<script language="javascript">
//these script lines can be in a seperate js file
function GetXmlHttpObject(handler){
var objXMLHttp=null;
if (window.XMLHttpRequest){
objXMLHttp=new XMLHttpRequest();
}
else if (window.ActiveXObject){
objXMLHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
return objXMLHttp;
}
xmlHttp=GetXmlHttpObject();
//***************
phonebook example in php mysql insert delete confirm basic demo
This is a very basic example of php/mysql.We used to make use of mysql database and a php file for getting this done.To run this code you can first create database as provided in sql here and after creating database run this code.Make modifications as you want to do in it.
<html>
<head>
<title>Phone Book Example</title>
</head>
<body bgcolor="#f6f6f6" style="font-family:arial">
<marquee behavior="alternate">
![Validate my RSS feed [Valid RSS]](http://feedvalidator.org/images/valid-rss.png)