Forum Moderators: open
$uid=$id;
$query = "SELECT *"
. "\n FROM #__content"
. "\n WHERE id = " . (int) $uid
;
$database->setQuery( $query );
$row = NULL;
$row = $database->loadObjectList();
$mysectionid =$row->sectionid;
Any ideas why its not giving me the sectionid?