View Single Post
Old 01-11-2008, 02:28 PM   #10 (permalink)
Jim
The Addict
 
Jim's Avatar
 
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
Jim is on a distinguished road
Default

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? =)
Send a message via MSN to Jim Send a message via Skype™ to Jim
Jim is offline  
Reply With Quote