01-19-2017, 08:46 AM
Yes the mix of quotes is an annoying issue which I keep forgetting about....
Theoretically this should work:
Placing single quotes around the first section should solve it.
So breaking it down it should return as:
Theoretically this should work:
Code:
echo '<a href="profile.php?id="'.$m.">".$found->fname." ".$found->lname."</a><br>";
Placing single quotes around the first section should solve it.
So breaking it down it should return as:
Code:
<a href="profile.php?id="
Code:
3
Code:
>
Code:
example user
Code:
</a><br>