Posted by Rik on 01/04/07 18:36
BTW, for future reference, if you use this syntax (in development) errors are a lot easier to spot: $query = 'SELECT ... '; $result = mysql_query($query) or die("The following query returned errors:\n{$query}\nError reported:\n".mysql_error()); Saves tons of debugging time. -- Rik Wasmus
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming