<?php
if (mysqli_num_rows($new_result) == 1)
{
if ($row['borrowingPower'] == 'mayor')
print "<div id='verified'>This User is Verified!<div>";
}
?>
In addition to the text "This User is Verified", how can I make an image display just to the right or just above the text?
ADDED TEST FILE FOR THIS WORK http://neighborrow.com/wanted_test.php?item=116