$db->query("INSERT INTO forex_site_content SET
`pagetitle`='{news_title}',
`longtitle`='{news_title}',
`introtext`='{news_description}',
`content`='{news_text}',
`parent`='{groups_id}',
`published`='1',
`template`='6',
`createdon`='{news_date}',
`editedon`='{news_date}',
`createdby`='1',
`searchable`='1',
`cacheable`='0',
`publishedby`='1',
`publishedon`='{news_date}',
`news_link`='{news_link}',
`news_guid`='{news_guid}'",$item);