Thanks for your reply and getting me started !!!
Here is what I have:
Code:
INSERT INTO phpbb_posts_text (post_id, post_subject, post_text) VALUES ( WHATHERE,'$subject', '$body')
The field is Auto_Increment(ed) and I even tried:
Code:
INSERT INTO phpbb_posts_text (post_subject, post_text) VALUES ( '$subject', '$body')
but I get: Error adding entry: Duplicate entry '0' for key 1
Can anyone offer any help?
thanks,
Eroc