Quote:
Originally Posted by SirAdrian
$result = mysql_query("
SELECT *
FROM contacts
WHERE member_id = $member_id
") or die(mysql_erorr());
$row = mysql_fetch_assoc($result);[/code]
|
you have a
typo i quickly fixed it, is it suppose to be in 6 lines? as i reduce it to 1 line the colour changes... but i still followed your example and it said:
"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3" ?? Im on my university server, do i upload a phpinfo file to find out?