Hi there.
I'm very very new to php. :o so i hope i'm posting in the right forum.
and i really can't figure this out. probably really simple but i need to place a url into:
while ($row = mysql_fetch_array($result)) {
echo $row;
echo " " . $row . "<br>";
everytime i place <a href= etc i get errors. :sad:
I need the login to link to the user's profile page.
Please could anybody help??
Kind Regards
Ross