by jfh on Tue Apr 29, 2008 8:38 pm
WYMeditor does nothing but updating textareas values.
So you need a form with a textarea (that will be updated by the editor), and which content will for example be stored in a DB, while submitting the form.
Your PHP script will then display the content, retrieved from the DB.
WYMeditor is client-side, you need to write the server-side code to read/write in the DB.