a question
Moderator: General Moderators
a question
Are their any php "compilers" somewhere i can test code and run the code so i don't have to uplode to test
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.)
I was looking into this matter a few months ago, and I found a few, like "php2exe".. First off, Windows-only
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.)
- Seth_[php.pl]
- Forum Commoner
- Posts: 30
- Joined: Sun Aug 10, 2003 5:25 am
- Location: Warsaw / Poland
Re: a question
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.