View Single Post
  #2 (permalink)  
Old 04-07-2008, 04:18 PM
intregus intregus is offline
Junior Member
 
Join Date: Feb 2008
Posts: 17
Default

Okay, I figured it out. A search on stdClass objects revealed my fairly noobish mistake.

Code should have been $resultObject->user_id, rather than $resultObject['user_id']
Reply With Quote