Hi. Been trying to make a (basic) social networking site for my school but have had problems with users being able to add themselves as friends. Seems stupid but it is annoying!
I have tried using the code:
<?php if ($_SESSION['MM_Username'] == '****') { ?>
But it wont load dynamic data as its "==". Is there anyway I can do this?
Sam T