#9293 closed Task (invalid)
Save text with div replace
Reported by: | amirov73 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | div replace | Cc: |
Description
hi, i see this: http://nightly-v4.ckeditor.com/3466/samples/divreplace.html AND i downloaded and installed on my site. Now I want to replace div, but I can not find a way to save the data and send to MYSQL. I program PHP .. I'd be happy if you can help me, thanks.
Change History (5)
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
I'm sorry I published the wrong place. but how do i send the data ? I have no submit button..
tanks.
comment:3 Changed 12 years ago by
Then create one. You can also use save button in CKEditor.
This is not CKEditor issue. Please read some basic tutorials/books how to create web applications in PHP.
comment:4 Changed 12 years ago by
No matter, you have to show me an example? It should not be complicated, and I've been trying for 7 hours
comment:5 Changed 12 years ago by
It's not an issue and it's closed.
Please ask your questions on http://cksource.com/forums/
Please note that the CKEditor development website is not the right place for support requests.
Please refer to the following article for information on where to get support for all issues related to CKEditor: http://docs.cksource.com/CKEditor_3.x/Howto/Support
Also try using our forums for advice: http://cksource.com/forums/
If you are looking for professional assistance, the CKEditor development team is available via a dedicated support channel that is included in all our commercial licenses: http://ckeditor.com/license
All you can do in CKEditor is using getData() method (http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#getData) to get filtered HTML. Rest like creating submit button, PHP application that will get data from request and send it to DB is Web Development and you will have to google about it.