Page 2 of 2

Posted: Mon Aug 08, 2005 9:04 am
by feyd
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.

Posted: Mon Aug 08, 2005 9:21 am
by Devnull
What I did was the following.

Code: Select all

<?php
include('includes/global.php');
get_area()
var_export($array);
?>