作者查詢 / qwertmn

總覽項目: 發文 | 留言 | 暱稱
作者 qwertmn 在 PTT [ PHP ] 看板的留言(推文), 共93則
限定看板:PHP
[請益]Google map api 讀取資料庫資料並顯示標記
[ PHP ]13 留言, 推噓總分: 0
作者: JOBAjohnson - 發表於 2013/05/01 00:56(11年前)
1Fqwertmn:你的createMarker沒寫好..05/01 02:27
5Fqwertmn:他是js 寫錯= =...05/01 23:19
6Fqwertmn:有需要完全抓出來.. ?05/01 23:20
8Fqwertmn:var marker = new google.maps.Marker(point);05/02 17:49
9Fqwertmn:去比較一下和另外一行的參數有什麼不一樣巴= =....05/02 17:50
[請益] 權限的判斷
[ PHP ]24 留言, 推噓總分: 0
作者: rocairforce - 發表於 2013/04/15 12:12(11年前)
13Fqwertmn:可以學google..他用cookie or session 搭配template 產js04/15 16:05
14Fqwertmn:的密碼程式..再把result 塞回form 理面驗證..04/15 16:06
15Fqwertmn:ps:密碼程式的參數會隨狀態改變...04/15 16:07
16Fqwertmn:沒辦法執行js..也幾乎是無解了...04/15 16:09
17Fqwertmn:最少我沒找到規律..04/15 16:09
Re: [請益] 這段程式有什麼問題嗎?
[ PHP ]15 留言, 推噓總分: +2
作者: dogmimi - 發表於 2013/04/04 21:12(11年前)
3Fqwertmn:$handle[$i] = test(); 這為什麼要用array ?04/05 05:48
[請益] 大家會怎麼去避免重複的html程式碼
[ PHP ]17 留言, 推噓總分: +1
作者: Arim - 發表於 2013/04/02 17:05(11年前)
14Fqwertmn:我覺得這問題有點像db的過度正規化..04/03 04:42
15Fqwertmn:template不是切越細越好的..04/03 04:42
16Fqwertmn:畢竟常常會有根據單一頁面的小修改..所以如果沒有重複很大04/03 04:46
17Fqwertmn:我是覺得不用糾結在template上面..04/03 04:47
[請益] for迴圈 神奇的問題
[ PHP ]12 留言, 推噓總分: +4
作者: eejimchan - 發表於 2013/03/28 23:17(11年前)
6Fqwertmn:受教.. XD03/29 00:21
[請益] 讀取MySQL時自訂排序
[ PHP ]9 留言, 推噓總分: +4
作者: sakuraakira - 發表於 2013/03/14 00:56(11年前)
2Fqwertmn:order by ID 不行?03/14 02:23
3Fqwertmn:看錯XD 拍謝..03/14 02:23
4Fqwertmn:ORDER BY FIELD(id,1,2,5,40,32,6);03/14 02:36
5Fqwertmn:這樣試試看ˇˇ03/14 02:36
[請益] fastcgi mode 更新程式
[ PHP ]14 留言, 推噓總分: +2
作者: mervynW - 發表於 2013/02/26 16:39(11年前)
5Fqwertmn:php 是直譯式的..基本上直接蓋不會有問題~02/27 11:27
6Fqwertmn:會出現問題比較可能是程式的設定問題~02/27 11:29
7Fqwertmn:ex: domain 和正式環境不同.. db的設定沒改..etc02/27 11:30
8Fqwertmn:都不是基本上就是環境問題..還有cache02/27 11:31
9Fqwertmn:和你怎搬檔案沒什麼太大關西- -"02/27 11:32
[請益] 不檢查有無重複資料,直接insert!?
[ PHP ]10 留言, 推噓總分: +2
作者: kingoface - 發表於 2013/01/23 13:35(11年前)
4Fqwertmn:我的第六敢告訴我你想用replace01/23 20:08
5Fqwertmn:replace基本上就是 鍵值不存在就insert 存在就 update01/23 20:09
[請益] CURL after Javascript execution
[ PHP ]4 留言, 推噓總分: +1
作者: paugoo - 發表於 2013/01/11 00:13(11年前)
3Fqwertmn:- - curl不是瀏覽器.. 沒有幫你處理js 的功能01/11 10:11
[請益] 很急 資料庫要怎麼放在網站上??
[ PHP ]8 留言, 推噓總分: 0
作者: ibetuwahaha - 發表於 2012/12/27 04:40(11年前)
3Fqwertmn:先檢查你公司的server, 有沒有php & mysql 的環境12/27 10:52
4Fqwertmn:有的話就把資料庫 dump過去到正式機上傳..12/27 10:52
5Fqwertmn:再修改連線部份 把php連mysql 的host & 帳密改成正式..12/27 10:53
6Fqwertmn:ps: 基本上開發環境建議要和正式環境相同..12/27 10:56
7Fqwertmn:如果有mis就求助mis比較快~12/27 10:57