Hi!
I made a fuction that analysing the text and offers keywords.
The problem is that, that the FCK sends html formated text.
I need simple text for analysing and also the html to insert into the database.
I tried to filter the basic html tags, but thely are so complex...
So there are any possibility to send both text, for example into a $_POST['simple'] and $_POST['html'] vars, or an already written fuction to get the simple text form the html.
Hi
I made a fuction that analysing the text and offers keywords.
The problem is that, that the FCK sends html formated text.
I need simple text for analysing and also the html to insert into the database.
I tried to filter the basic html tags, but thely are so complex...
So there are any possibility to send both text, for example into a $_POST['simple'] and $_POST['html'] vars, or an already written fuction to get the simple text form the html.
Hi