a question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hhut387
Forum Newbie
Posts: 5
Joined: Mon Jul 21, 2003 1:41 pm

a question

Post 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
qartis
Forum Contributor
Posts: 271
Joined: Sat Dec 14, 2002 4:43 pm
Location: BC, Canada
Contact:

Post 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.)
hhut387
Forum Newbie
Posts: 5
Joined: Mon Jul 21, 2003 1:41 pm

Post by hhut387 »

thanks
User avatar
Seth_[php.pl]
Forum Commoner
Posts: 30
Joined: Sun Aug 10, 2003 5:25 am
Location: Warsaw / Poland

Re: a question

Post 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.
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

Post Reply