摘要: 目录 1.PHP日期和时间 2.PHP include 3.PHP文件处理 4.PHP cookie 5.PHP session 6.PHP异常处理 1.PHP日期和时间 //函数date(format,timestamp) #format 必需。规定时间戳的格式。 #timestamp 可选。规定 阅读全文
posted @ 2016-02-23 15:14 Core丨 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 二.PHP表单 1.PHP表单处理 welcome.html <html> <body> <form action="welcome.php" method="post"> Name: <input type="text" name="name"><br> E-mail: <input type=" 阅读全文
posted @ 2016-02-23 11:09 Core丨 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 目录 1.PHP变量 2.PHP常量 3.PHP字符串 4.PHP数组 5.PHP函数 一.PHP基础 1.PHP变量 header("Content-Type: text/html; charset=utf-8"); /* PHP 有三种不同的变量作用域: local(局部) global(全局) 阅读全文
posted @ 2016-02-23 10:01 Core丨 阅读(359) 评论(0) 推荐(0) 编辑