The following gave me lots of error:
SELECT id, introtext, fulltext, writer FROM table WHERE id='$newsid' LIMIT 1
after doing an hour of googling without results, i found what the error was.
its the 'fulltext'
after i changed the colomname into fultext, and changed the $sql into fultext, it all worked.
Is fulltext an reserved name or something? not a legal columnname?
If so then why does Joomla creates a column with that name 🙂