Update 01.php
This commit is contained in:
@@ -61,9 +61,9 @@
|
||||
|
||||
$result = queryMysql("SELECT * FROM profiles WHERE user='$user'");
|
||||
|
||||
if ($result->num_rows)
|
||||
if ($result->rowCount())
|
||||
{
|
||||
$row = $result->fetch_array(MYSQLI_ASSOC);
|
||||
$row = $result->fetch();
|
||||
echo stripslashes($row['text']) . "<br style='clear:left;'><br>";
|
||||
}
|
||||
else echo "<p>Nothing to see here, yet</p><br>";
|
||||
|
||||
Reference in New Issue
Block a user