Page 1 of 1

a question

Posted: Tue Aug 12, 2003 3:53 pm
by hhut387
Are their any php "compilers" somewhere i can test code and run the code so i don't have to uplode to test

Posted: Tue Aug 12, 2003 5:21 pm
by qartis
None that work :)


I was looking into this matter a few months ago, and I found a few, like "php2exe".. First off, Windows-only :(, secondly, it costs moolah, thirdly it has an estimated 40% of php's true functionality, and lastly, it just plain doesn't work (says me).

Can you run a light little php-enabled server on your test machine? I'm pretty sure that's what many php dev's do. If you're on Windows, try using "EditPlus"--a php editor with built-in ftp editing, so you can edit the files directly off of the server (Unix has EditMinus, Quanta et al.)

Posted: Tue Aug 12, 2003 5:34 pm
by hhut387
thanks

Re: a question

Posted: Wed Aug 13, 2003 6:28 am
by Seth_[php.pl]
hhut387 wrote:Are their any php "compilers" somewhere i can test code and run the code so i don't have to uplode to test
:?
I'm not sure if i undestood you right but you can test them on your local server without need to upload them.

Posted: Wed Aug 13, 2003 9:34 am
by McGruff