Not to sound patronizing but where did you put it? After the mysql_fetch_assoc() call?
I'd suggest changing the mysql_query() call to have "or die(mysql_error())" inserted between the closing paren in the call and the semicolon.
Minor MySQL Issue
Moderator: General Moderators
What I did was the following.
Code: Select all
<?php
include('includes/global.php');
get_area()
var_export($array);
?>