On 06 Jul 2013 at 23:27, Tim Dunphy <bluethundr@xxxxxxxxx> wrote: > | You seem to spell the variable differently (1 'd' vs. 2 'd's)? > > Thanks! Fixed the type-o. Still no change. > > $connection = new Mongo(); > > $db = $connection->jfdb; > > //$collection = $db->addresses; > > $adresses = $connection->jfdb->addresses; ~~~~~~~~~ > > Any other suggestions? Appreciated. Fix the other typo. -- Cheers -- Tim
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php