Forum Moderators: coopster

Message Too Old, No Replies

HTML embed PHP editor

         

asantos

11:22 pm on Feb 14, 2007 (gmt 0)

10+ Year Member



Hi. Ive coded a CMS which also allows the administrator to write custom php modules that get stored in the database. Those modules are called in the frontend with eval(). It works great.

The problem, is that the only way i can edit the module is on a big textarea... and its not very nice to code in there.

Does anyone know any html embed php editor?

jimmyz

9:30 am on Feb 15, 2007 (gmt 0)

10+ Year Member



Hi,
Have you tried "PHP Designer 2007"?
I'm a learner and think it helps.
Cheers!

asantos

3:40 pm on Feb 15, 2007 (gmt 0)

10+ Year Member



jimmyz, thats a stand alone IDE.
i need a php editor that can be embed INSIDE a html page.