2013年7月21日 星期日
2013年7月18日 星期四
2013 / 07 / 18 CSS table border & color
今天在實做table的美工時,遇到很多不理解的地方,像是:
border: 1px;
然後整個沒東西!
去參考w3c的範例,又有東西,整個就姆颯颯。
原來~我根本沒設定線的樣式,所以根本就沒辦法設定線的粗細!
以下是今天網路上找到的參考資料
border: 1px;
然後整個沒東西!
去參考w3c的範例,又有東西,整個就姆颯颯。
原來~我根本沒設定線的樣式,所以根本就沒辦法設定線的粗細!
以下是今天網路上找到的參考資料
border-style
2013年7月17日 星期三
2013 / 07 / 18 Session 存活時間的設定。
linux中編輯PHP.ini檔案,位置為: /etc/php.ini。
網路範例:當使用者非正常登出時,過了十分鐘後該session就失效!以下是相關設定
2013年7月4日 星期四
2013 / 07 / 04 PHP檔案上傳(FTP)
今天研究了PHP的FTP上傳,發現原來upload不是想像中的easy,還有檔名的控制 ... mmm
參考了這個網站的程式碼,自己成功測試了一個Upload File
來源:webTeach 網頁設計教學站
http://www.webtech.tw/code.php?codenumber=20110123215509
2013年7月3日 星期三
2013年7月1日 星期一
2013 / 07 / 02 PHP小記(session & header出錯)
先前寫的網頁,整組好好的網頁,突然一次蹦~都發生error。
好像養了個不定時炸彈在web server。
Error Messige
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/Vexed/index.php:10) in/home/Vexed/index.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /home/Vexed/index.php:10) in /home/Vexed/index.php on line 9
好像養了個不定時炸彈在web server。
Error Messige
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/Vexed/index.php:10) in/home/Vexed/index.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /home/Vexed/index.php:10) in /home/Vexed/index.php on line 9
訂閱:
文章 (Atom)