also
if($sql->gen("SELECT * FROM #games_reviews WHERE ID =".$reviewID))
//print_a($sql);
{
if(mysqli_num_rows($sql) > 0)
{
while($row = $sql->fetch())
{
?>
<?php echo $row["Title"]; //removed most of the code because of character limitations in this post
}
}
}
?>
mysqli_num_rows breaks to code for some reason
$sql->gen works in here... $result = $sql->gen doesnt work. Am I missing something?
the code by itself works.. trying to integrate it into the e107 environment everything kindof.. brakes