C
|
Chris Whitehead 1/11/2025 |
I hope this is what you're after. $sql = DB::Query("Select name, id from list where location=1"); If you want to store in another array. $sql = DB::Query("Select name, id from list where location=1"); |