i use $oFCKeditor->Value = html_entity_decode ($content); to call out content for editing
but there is a problem
in php 4 html_entity_decode change to &nbsp
so extra " " will show in the editing area
in php html_entity_decode keep to
and it works fine
how do i solve the problem with out upgrading php4 to php5?
Thank a lot
but there is a problem
in php 4 html_entity_decode change to &nbsp
so extra " " will show in the editing area
in php html_entity_decode keep to
and it works fine
how do i solve the problem with out upgrading php4 to php5?
Thank a lot