2 level array, trying to bring data from database
I feel like banging my head now. I can't solve it.. doesn't make sense.
$sql = "SELECT x,y FROM datapoints ";
$result = $conn->query($sql) ;
if ($result->num_rows […]
See original post by invalid@example.com (ameerulislam43)
Leave a Reply
You must be logged in to post a comment.