PHP+AjaxʵÏÖTabЧ¹û
ÓÃAjaxʵÏÖTabЧ¹ûµÄ
ÏÈ´´½¨
ajax.php£¬ÔÚÆäÖÐÊäÈëÈçÏ´úÂ룺
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Sample 2_1</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript">
<!--
//Create a boolean variable to check for a valid Internet Explorer instance.
var xmlhttp = false;
//Check if we are using IE.
function creatXMLHttp(){
try
{
//If the Javascript version is greater than 5.
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
//alert ("You are using Microsoft Internet Explorer.");
}
catch (e)
{
//If not, then use the older active x object.
try
{
//If we are using Internet Explorer.
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
//alert ("You are using Microsoft Internet Explorer");
}
catch (E)
{
//Else we must be using a non-IE browser.
xmlhttp = false;
}
}
//If we are using a non-IE browser, create a javascript instance of the object.
if (!xmlhttp && typeof XMLHttpRequest != 'undefined')
{
xmlhttp = new XMLHttpRequest();
//alert ("You are not using Microsoft Internet Explorer");
}
}
function makerequest(serverPage, objID)
{
creatXMLHttp();
var obj = document.getElementById(objID);
xmlhttp.open("GET", serverPage);
xmlhttp.onreadystatechange = function()
{
if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
{
obj.innerHTML = xmlhttp.responseText;
}
}
xmlhttp.send(null);
Ïà¹ØÎĵµ£º
1¡¢Ò»°ãÒ³ÃæÍ¨¹ýGET½ÓÊյIJÎÊý¶¼ÊÇINTÐÍ£¨ÕûÐÍ£©¾Ó¶à£¬µ«ÊÇÒª·À·¶Ò»Ð©²»¹æ·¶µÄÊäÈ룬½ÓÊÕʱÓÃÕûÐͺ¯Êýת»»Ò»ÏÂ
$id=intval($_GET["id"]);
2¡¢ÓÐÉÏ´«¹¦ÄÜʱ£¬Ò»¶¨Òª¼ì²éÎļþÀàÐÍ¡£²»ÄÜÈÎÒâÓɷÿÍÉÏÔØËùÓÐÎļþ¡££¨ÌرðҪעÒâһЩHTML±à¼Æ÷µÄ©¶´£©
3 ......
ÒÔ϶¼ÊÇ×ªÔØ£¬ ¼òµ¥ËµÏ£¬ phpÊDz»Ö§³Ö¶àÏ̵߳ġ£¡£¡£¡£
PHPÓïÑÔ±¾ÉíÊDz»Ö§³Ö¶àÏ̵߳Ä. ×ܽáÁËÒ»ÏÂÍøÉϹØÓÚPHPÄ£Äâ¶àÏ̵߳ķ½·¨, ×ܵÄÀ´Ëµ, ¶¼ÊÇÀûÓÃÁËPHPµÄºÃ»ï°éÃDZ¾ÉíËù¾ßÓеĶàÏß³ÌÄÜÁ¦. PHPµÄºÃ»ï°éÖ¸µÄ¾ÍÊÇLINUXºÍAPACHEÀ², LAMPÂï.
ÁíÍâ, ¼ÈÈ»ÊÇÄ£ÄâµÄ, ¾Í²»ÊÇÕæÕýµÄ¶àÏß³Ì. ÆäʵֻÊÇ¶à½ø³Ì. ½ø³ÌºÍÏß³ÌÊÇ ......
ÕæÐֵܣ¬½²Ò寸£¬Í¬¸Ê¿à£¬¹²½øÍË¡£
¡¶ÐÖµÜÁ¬¡·µçÓ°µÄÉÏÓ³£¬´ó¼Ò·×·×¸ø³öÁËºÃÆÀ¡£²»¾ÍÊÇÒ»²¿Õ½ÕùƬô,ΪºÎÓÐÈç´ËÇ¿ÁÒµÄÏìÓ¦?Ê×ÏÈÕâÊÇÒ»²¿Õ½ÕùƬ²¢Ã»´í£¬µ«¡¶ÐÖµÜÁ¬¡·µçÓ°¸ü¶àµÄÊÇÑóÒç×ÅÄÇÖÖÏàå¦ÒÔĵÄÐÖµÜÇéÒ壬¼áÈçÅÍʯ¡£¶à ......
[root@BIND9-master /usr/local/bin]# php --ini
Configuration File (php.ini) Path: /usr/local/etc
Loaded Configuration File: /usr/local/Zend/etc/php.ini
Scan for additional .ini files in: /usr/local/etc/php
Additional .ini files parsed: &n ......
//calendar.php
<?¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
/*******************************¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
¡¡*¡¡ ÓÃÀ´ÅжÏÊÇ·ñÈòÄêµÄº¯Êý¡¡¡¡*¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
¡¡*¡¡ ¿ÉÒÔ¸ù¾Ý¸ü¸´ÔÓµÄËã·¨¸Ä½ø¡¡*¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ ......