Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $query = new PreparedQuery("SELECT * FROM Dominio;");
- $query->select(array("uid"=>$valor));
- $resultados = array();
- while($query->fetch_row()){
- array_push($resultados,$query->row);
- print_r($query->row);
- echo "\n";
- }
- echo "\nResultados:";
- print_r($resultados);
Advertisement
Add Comment
Please, Sign In to add comment