01-11-2008, 02:09 PM
|
#6 (permalink)
|
|
The Addict
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
|
Quote:
Originally Posted by Jim
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>";
__________________
|
|
|