View Single Post
Old 01-11-2008, 02:09 PM   #6 (permalink)
webtuto
The Addict
 
webtuto's Avatar
 
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
webtuto is on a distinguished road
Default

Quote:
Originally Posted by Jim View Post
You are not using $car anymore in the code, and we don't see $oop and $row being created. Are you sure they exist? And $oop[com] may give problems on some PHP servers, use $oop['com'].

Hope this helps a bit :)
its a big page not just this little script the problem that i have is in here =>


PHP Code:
$man=mysql_query("SELECT * FROM `coms` ");
$car=mysql_fetch_array($man);
   echo 
"By : ";
   echo
"<a href='msgs.php?member=$_COOKIE[user]'>".$row['sender']."</a><br>"
__________________
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