Click here to Skip to main content
15,896,359 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
http://www.tinymce.com/[^]
this is a good tool and I like it . I will ask a question for all guys who know this tool.How can I post Tinymce HTML code with PHP???
Posted

1 solution

Tiny MCE uses javascript, as you'd expect. As such, PHP is irrelevant, you merely need to make PHP emit the code that you want. The control the editor is rendered in to, will have it's value submitted on a POST, or you can access it with jquery and use AJAX to send it to the server. There's nothing PHP specific about any of this.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900