01-18-2017, 02:36 PM
How would I go about changing the results () to links to those peoples profiles?
Something like
Code:
echo $found->fname." ".$found->lname."<br>";
Something like
Code:
<a href="profile.php?id=<?=$v1->id?>">...</a>