I hereby claim:
- I am tyaga on github.
- I am tyaga (https://keybase.io/tyaga) on keybase.
- I have a public key ASCdasla_B3QqEsiPU9uWbQlqBPskwND_6znvwKjP7w2HAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<? | |
function a(){} | |
$query = "select * from users"; | |
$dbh = mysqli_connect(/**/); | |
$db_result = mysqli_query($dbh, $query); | |
while ($row = mysqli_fetch_array($db_result, MYSQLI_ASSOC)) { | |
$result[] = $row; | |
} |