<? $query="select * from tab_user where tu_id=".$curUserId;
$stmt=mysql_query($query,$conn);
$result=mysql_fetch_array($stmt);
?>
Warning: mysql_query(): 3 is not a valid MySQL-Link resource in D:\DedeAMPZ\WebRoot\Default\gwc\index.php on line 81Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\DedeAMPZ\WebRoot\Default\gwc\index.php on line 82