2016年3月1日

摘要: Connect to MySQL PHP5 and later can work with a MySQL database using MySQLi extension PDO PDO will work on 12 different database systems, where as MyS 阅读全文
posted @ 2016-03-01 17:45 forever_elf 阅读(325) 评论(0) 推荐(0)
 
摘要: The default error handling in PHP is very simple.An error message with filename, line number and a message describing the error is sent to the browser 阅读全文
posted @ 2016-03-01 17:26 forever_elf 阅读(271) 评论(0) 推荐(0)
 
摘要: PHP filters are used to validate and sanitize external input. Validating data is determine if the data is in proper form. Sanitizing data is remove an 阅读全文
posted @ 2016-03-01 12:33 forever_elf 阅读(453) 评论(0) 推荐(0)