Can somebody recommend a high quality, web-based (ideally AJAX enabled) PHP code editor?
Thanks!
Alfredo
Can somebody recommend a high quality, web-based (ideally AJAX enabled) PHP code editor?
Thanks!
Alfredo
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.
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.
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