01-11-2008, 02:28 PM
|
#10 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
|
If you only need it once use:
Code:
$man=mysql_query("SELECT * FROM `coms` LIMIT 1");
$car=mysql_fetch_row($man);
echo "By : ";
echo"<a href='msgs.php?member=$_COOKIE[user]'>".$car['sender']."</a><br>";
__________________
Nunchaku! Who doesn't like martial arts? =)
|
|
|