目前分類:php (6)
- Feb 11 Tue 2014 15:52
php 檔案上傳error code [handling file upload error code]
- Feb 23 Sat 2013 14:17
big5系統 utf8網頁 move_uploaded_file 中文檔名上傳問題
utf-8 編碼網頁無法在 big5 系統正確處理中文檔名,原因在於 move_uploaded_file() 不能處理 utf-8 中文編碼,需利用 iconv() 函數作轉碼,解決方法如下:
請將
move_uploaded_file($_FILES['myfile']['tmp_name'], $uploadfile)
- Feb 18 Mon 2013 10:46
php陣列長度 array length
- Feb 18 Mon 2013 10:39
phpmailer各個函式 method
參考網址 http://phpdocs.epesi.org/PHPMailer/PHPMailer.html
參考網址 http://phpmailer.worxware.com/index.php?pg=methods
- Jan 29 Tue 2013 10:49
php mysql_query mysqli set utf8 中文字變問號
出現亂碼或問題, 大概都是編碼的問題
1.在mysql server裡面的DB或table要設定為 utf8_general_ci 或 utf8_unicode_ci
2.在php的header要設定charset utf-8
- Jan 17 Thu 2013 15:00
資料庫欄位 int(5) smallint(5) 的差別 mysql numeric type attributes