Can somebody recommend a high quality, web-based (ideally AJAX enabled) PHP code editor?

Thanks!
Alfredo

    I've not used it, so I can not recommend it, but you might take a look at IDE.PHP and

      11 days later

      Web based server side scripting seems dangerous to me.
      I think FTP or SSH would be a best way to develop remotely.
      I understand how convinient it can be to have simply a web spot which means you can edit from any computer but that also means that you can edit from ANY computer.

        15 days later
        rulian;10889392 wrote:

        Web based server side scripting seems dangerous to me.
        I think FTP or SSH would be a best way to develop remotely.
        I understand how convinient it can be to have simply a web spot which means you can edit from any computer but that also means that you can edit from ANY computer.

        Unless you put it behind a proper .htaccess with IP filtering or a session based login system, or (even better) both.

          sorry to OFF the thread,

          if i have a php script in $string

          $string="<? print 'A php print command';?>";

          how could i run that as PHP ?

          thank you.

          jjozsi

          Servyces;10891079 wrote:

          Unless you put it behind a proper .htaccess with IP filtering or a session based login system, or (even better) both.

            a month later
            marv;10888096 wrote:

            Can somebody recommend a high quality, web-based (ideally AJAX enabled) PHP code editor?

            Thanks!
            Alfredo

            Here you go PHPanywhere.net !

            Let me know what you think.

            Cheers 🙂

              Write a Reply...