Hello guys,
I integrated FCKEditor 1.4 into my web CMS with php and now I've have one problem. When i want to update or insert content of FCKeditor into databases, sometimes it writes there and sometimes not. (I click on the submit button of the form ..... and nothing happens ( )
It looks like that there is some bug because don't accept some tags.
For example:
When I type to editor simple text with no formating, also picture is accepted - this content it writes into database without any problems.
But when i write text with some formating, tables, links, etc. this I cant send to dbase.
I tried to resolve it by switching from WYSWYG to code, and delete some tags manualy and sometimes it helps, but sometimes no ((
I use two editors in one page (and simple text with pictures and without formating is always accepted).
help me somebody if you can ... thnx a lot
gabe
Tue, 04/20/2004 - 21:51
#1
RE: PHP and storing data to MySQL
Should verify your code!
RE: PHP and storing data to MySQL
ohhhhhhh, I am so big donkey.... (
I've lokked at my code again and found up my problem. I use form to send the content of editors to the database, and I used "GET" method instead "POST", and sometimes I had too long articles writen.
Sorry for my bothering. And thnx for the interest.