if to Show records
Hi. I try this code:
$Data = new Conection();
$sql = "SELECT fiel1, field2 FROM mytable WHERE condicion";
if ($stm = $Data->query($sql)) {
echo "There are records";
} […]
See original post by invalid@example.com (piropeator)
Leave a Reply
You must be logged in to post a comment.