來自於 [PHP討論組] 2018-12-22 14:09:25 0 3 1589
怎麼直接跳出volist的循環,讓他符合條件直接跳出,不再執行循環操作
來自於 [PHP討論組] 2018-10-23 21:30:24 0 1 1589
<?PHP$chenji=rand(0,100);if($chenji>=0 &&$chenji<60){echo'passed';}elseif ($chenji>=60 &am...
來自於 [PHP討論組] 2018-01-23 00:27:23 0 9 1589
實作了多圖上傳,上傳的資料夾都有圖片,但上傳到資料庫只有一個數據,我要怎麼做,我要怎麼寫控制器html程式碼<input type="file" name="image[]"...
來自於 [PHP討論組] 2017-07-28 14:36:22 0 2 1589
來自於 [PHP討論組] 2024-04-04 22:42:19 0 1 1589
有一個數組。 Array( [ids] => Array ( [0] => 1 [1] => 2 [1] =>...
來自於 [PHP討論組] 2021-01-03 23:24:34 0 1 1589
來自於 [PHP討論組] 2018-07-14 09:24:07 0 1 1589
來自於 [PHP討論組] 2018-07-04 16:07:33 0 1 1589
來自於 [PHP討論組] 2017-11-11 11:03:28 0 6 1589
bootstrap的col左右佈局不生效在Google瀏覽器不生效
<div class="col-lg-3"> <div>左</div> </div> <div class="col-lg-9&quo...
來自於 [PHP討論組] 2019-12-03 23:00:18 0 2 1588
post的form資料裡面不是有null嗎?為什麼foreach不報錯? ? ? ?
我執行之後是這樣報錯的Invalid argument supplied for foreach()
來自於 [PHP討論組] 2018-07-11 10:23:04 0 5 1588
字界符聲明1).在變數後面的等號寫三個小於號(<<<)。 2).然後在<<<後面寫上字(建議英文大寫字)。如下例中的:ABC3).然後換行寫上任意想寫的字元4).寫完後,頂行。在行最開...
來自於 [PHP討論組] 2019-04-03 19:49:31 0 3 1588
PHP使用sleep來實現定時任務,sleep後,怎麼快速的回傳訊息提示
PHP使用sleep來實現定時任務,在sleep後,怎麼快速的回傳訊息提示sleep(3);怎麼迅速的回傳訊息,不用三秒的延遲,好像有點衝突,但是不知道怎麼結局
來自於 [PHP討論組] 2019-07-01 15:09:04 0 3 1588
來自於 [PHP討論組] 2019-06-25 11:52:32 0 1 1588