PHP: mysql_fetch_object - Manual - PHP: Hypertext Preprocessor
When working with a stdClass object returned from a database query, specifically: $object = mysql_fetch_object($result) You may run into assignment problems if you have a field with a '.' in the name. e.g.: `user.id` To remedy this situation, you can use ...