PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $result = mysqli_query($mysqli, "select 1"); if (!$result) exit("The query did not succeded"); else { while ($row = mysqli_fetch_array($result)) { $to = $row['email']; }}
Show:  
Copy Clear