使用jQuery的最新版本: <script type=”text/javascript” src=”h…
分類: Web Development
[PHP]PDO的使用方法
PHP5增加了PDO(PHP Data Objects)的extension PDO以物件導向的概念,需要更換…
x[PHP]Undefined index
治標不治本法: 將php.ini中的reporting修改,就不會顯示notice error_reporti…
[PHP,HTML,Javascript]網頁自動轉址
PHP [php] <?php header (‘location: http://exam…
[PHP]SNMP Module
平常使用xampp來做測試環境,但xampp 1.7.4版本卻沒有snmp module,在xampp/php…
[PHP]Empty, comparison
有關於empty()及==、===……等等的比較表格:php cheat sheet
[PHP]require & include的區別
第一次寫PHP時感到十分疑惑的問題,但忙著把網頁寫完就沒管這麼多了, 簡單的區別如下 include:先插入再…
[PHP]執行系統外部命令
>執行Command的方法有:exec()、 passthru()、system()、shell_exec()…
>[jQuery]datepicker, 日期函式
> [待補] 參考網址:http://jqueryui.com/http://jqueryui.co…
[PHP]防止SQL injection
若使用mysql fuction,利用mysql_real_escape_string()過濾字串 mysql…