I'm after a script/code which will let me edit content on my site. However i want to do the editing in code format.

I have seen many WYSIWYG editor's but none offering what i really need.

As i said above i would like the content to be displayed in code format, but then using the 'highlight_text' so i can easy spot what is html/php code and what is general text.

Another bonus would be if it could display line numbers as well.

below is an example of a file being viewed, but its only in viewable form, not editable.

http://aidanlister.com/repos/?file=PHP_Highlight.php

    _theworks wrote:

    Zend Development Enviroment (ZDE)

    ??? how vage is that... lol... lost me

      heh sorry well i mean ZDE is a Good choice for a PHP coder as it has local debuging and the manual embeded into it so it checks your syntax as you write your code..
      it also provides syntax highlighting and all that jazz

      check it out here... http://www.zend.com/store/products/zend-studio/

        i think you have miss understood what i mean..

        I want to edit files not on my pc, but within the actual website its self, so i would be on my website, login as an admin, and then i will be able to edit content. But i want to edit the content with the above options.

        The result is i have content and code stored in a MYSQL database, and i want to read a page from that database and view it so i can edit it and make changes etc..

          heh yes i believe i did...oh well.

          it shouldnt be to hard to make a simple text editor... im not sure about syntax highlighting...

            _theworks wrote:

            heh yes i believe i did...oh well.

            it shouldnt be to hard to make a simple text editor... im not sure about syntax highlighting...

            Yeah the editor is easy i am just using the forum>textarea but its limited in the sence of no tabbing and the syntax highlighing 🙁

              Write a Reply...