RSS
Hot 关键字:  php  mysql  function  None  All
Topic列表
PHP AJAX
日期:2008-06-06 11:39:20 点击:39 评论:0
Ajax(Asynchronous JavaScript + XML)的定义 基于web标准(standards-based presentation)XHTML+CSS的表示; 使用 DOM(Document Object Model)进行动态显示及交互; 使用 XML 和 XSLT 进行数据交换及相关操作; 使用 XMLHttpRequest 进行异步数据查询、检索;
PHP CACHE
日期:2008-06-05 00:14:23 点击:16 评论:0
Caching of output in PHP is made easier by the use of the output buffering functions built in to PHP 4 and above. You'll need to use two files to set up a caching system for your site. The first, "begin_caching.php" in this case, will run befor
function 函数
日期:2008-05-07 22:06:19 点击:23 评论:0
表示子例程的一般性名词。在某些编程语言中,它指带返回值的子例程或语句。
PHP+MYSQL
日期:2008-04-26 23:15:27 点击:511 评论:0
What is MySQL? MySQL is a database. A database defines a structure for storing information. In a database, there are tables. Just like HTML tables, database tables contain rows, columns, and cells. Databases are useful when storing informati
共1页/4条记录