Re: [PHP] broken code....

2005-12-09 Thread Ben Blay
). Ben On 12/8/05, Mark Steudel <[EMAIL PROTECTED]> wrote: > Good catch: > > So I normally do > > $results =& $db->query ( "SELECT * FROM table" ); > > What is the difference between using the & and not using the &. > > -Original M

Re: [PHP] broken code....

2005-12-08 Thread Ben Blay
> $results->query('select * from eternityrecords.journal'); Should this not be: $results = $db->query('select * from eternityrecords.journal'); See: http://pear.php.net/manual/en/package.database.db.db-result.fetchinto.php Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi