目前分類:PHP (10)
- Feb 25 Fri 2005 00:26
EasyPHP
- Oct 14 Thu 2004 12:52
PHP是啥的縮寫?
http://tw.php.net/manual/tw/introduction.php
PHP 是甚麼?
PHP ("PHP: Hypertext Preprocessor" 的首字母縮略詞) 是一種被廣泛使用、多用途的
開放源碼腳本語言,特別適合於網頁的開發,並可內嵌入 HTML 中
PHP 是甚麼?
PHP ("PHP: Hypertext Preprocessor" 的首字母縮略詞) 是一種被廣泛使用、多用途的
開放源碼腳本語言,特別適合於網頁的開發,並可內嵌入 HTML 中
- Oct 04 Mon 2004 12:46
將密碼加密後存到mysql資料庫
INSERT INTO table_name VALUES (.., md5('$passwd'), ..)
驗證輸入的密碼時,一樣取md5加密後的密碼,
再跟資料庫中的密碼做驗證....
驗證輸入的密碼時,一樣取md5加密後的密碼,
再跟資料庫中的密碼做驗證....
- Sep 27 Mon 2004 12:58
使用php將資料匯出成excel檔
- Jul 26 Mon 2004 23:37
[PHP]利用XP內建功能上傳照片到相簿
作者 ast9869 (ast9869) 站內 PHP
標題 Re: [轉錄]無名小站相簿的上傳機制怎麼做到的啊?
時間 Mon Jul 26 23:05:46 2004
───────────────────────────────────────
標題 Re: [轉錄]無名小站相簿的上傳機制怎麼做到的啊?
時間 Mon Jul 26 23:05:46 2004
───────────────────────────────────────
- Jun 20 Sun 2004 11:42
[PHP]PHP關於變數與字串的連接
- Jun 08 Tue 2004 12:02
[PHP]PHP許功蓋解決方式
- May 09 Sun 2004 10:31
[PHP]PHP error control
Error Control Operators
PHP supports one error control operator: the at sign (@). When
prepended to an expression in PHP, any error messages that might
be generated by that expression will be ignored.
If the track_errors feature is enabled, any error message
- May 09 Sun 2004 01:10
[PHP]PHP取得目錄修改時間
- Apr 28 Wed 2004 23:55
[PHP]W3C validator and &PHPSESSID problem
The validator doesn't like the "&" in there since the correct format would be &
You can tell PHP to use & as the separator by using
ini_set("arg_separator.output","&");
http://www.titleofsite.com/archives/000024.html
You can tell PHP to use & as the separator by using
ini_set("arg_separator.output","&");
http://www.titleofsite.com/archives/000024.html