小提示:
Do not use getimagesize() to check that a given file is a valid image. Use a purpose-built solution such as the Fileinfo extension instead.
——php官方手冊并不建議使用此方法來檢測是否為圖片文件。
Do not use getimagesize() to check that a given file is a valid image. Use a purpose-built solution such as the Fileinfo extension instead.
——php官方手冊并不建議使用此方法來檢測是否為圖片文件。
2017-05-26
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in G:\caishichang\lib\mysql.func.php on line 7
這樣做你不麻煩嗎,現(xiàn)在PHP5.5以上內(nèi)置的mysql函數(shù)都要用到$link,那還要設(shè)置為全局變量吧
2017-05-23