I have a form which created in codeigniter framework. I want to post html content into sql database using that form. I am using cleditor editor for text area.
when i was working in local host, this works fine. but in web server when i post content using this form, sometimes page not found error comes.
what 's the problem. i am struggling with this problem for the past one week.
i found the problem is not because of
1)post_max-size in php.ini
2)magic_quotes
3)editor
what are the other possiblities?
can any one help me?