原创 Prototye+Scriptaculous+Ajax+PHP實例(index.php)

index.php: <html>    <head>        <title>Manage items order</title>        <script type="text/javascript" src="/js/prot

原创 smarty下載及入門教程

smarty下載及入門教程(轉) 2009-06-24 09:46 smarty下載: Smarty 2.6.18 Source March 7th, 2007 Smarty 2.6.17 Source March 5th,

原创 我的友情鏈接

51CTO博客開發

原创 email驗證

preg_match("/^([a-zA-Z0-9]+)[\.\-]?[a-zA-Z0-9]+@[a-zA-Z0-9]+\.(net|com|gov|mil|org|edu|int)(\.cn)?$/",$email)

原创 Prototye+Scriptaculous+Ajax+PHP實例(items.php)

items: <?php    function dbConnect()    {        $link = mysql_connect('localhost', 'ch05', '12345');        if (!$link)

原创 Prototye+Scriptaculous+Ajax+PHP實例(scripts.js)

scripts.js: var settings = {    containerId        : 'container',    statusId           : 'status',    processUrl       

原创 Prototye+Scriptaculous+Ajax+PHP實例(processor.php)

processor.php: <?php    require_once('items.php');     if (!dbConnect())     echo "test3";        exit;     $action = is

原创 Script.aculo.us開發系列全集

出處:http://www.cnblogs.com/Hafeyang/   Script.aculo.us(謝謝Cat Chen指出我的寫法錯誤)框架是基於Prototype框架的一個非常優秀的開源Ajax框架,如果對Prototype框架

原创 Zend_Controller

Zend_Controller是Zend Framework的MVC體系的核心部份。MVC指Model-View-Controller,是一個用於分離應用邏輯和表現邏輯的設計模式。Zend_Controller_Front實現了Front

原创 php相冊系統

不管你是想要怎麼樣來表達對圖片的感情,是建一個專業的Gallery站點,還是爲自己的網站添加一個獨立的相冊功能,想必你都會利用到下面東西,希望對大家有用吧。 singaporesingapore是一個開源,多語言支持,模板驅動的圖

原创 我的友情鏈接

51CTO博客開發

原创 email驗證

preg_match("/^([a-zA-Z0-9]+)[\.\-]?[a-zA-Z0-9]+@[a-zA-Z0-9]+\.(net|com|gov|mil|org|edu|int)(\.cn)?$/",$email)