View Single Post
Old 01-11-2008, 01:18 PM   #1 (permalink)
webtuto
The Addict
 
webtuto's Avatar
 
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
webtuto is on a distinguished road
Application Go personal messages system

hi im trying to do a personal messages system in my script
and i had few problems
is there someone than can help a little bit with some tips
thanks already


ok this script didnt work why !!
PHP Code:
$wom="SELECT * FROM `coms`";
$man=mysql_query($wom);
while(
$car=mysql_fetch_array($man)){
   
$sendername=$car['sender'];
}
   echo 
"By : ";
   echo
"<a href='msgs.php?member=$_COOKIE[user]'>".$sendername."</a><br>"
__________________

Last edited by webtuto : 01-11-2008 at 02:22 PM.
Send a message via MSN to webtuto Send a message via Yahoo to webtuto Send a message via Skype™ to webtuto
webtuto is offline  
Reply With Quote