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)
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)
jimmyz, thats a stand alone IDE. i need a php editor that can be embed INSIDE a html page.