Page 1 of 1
Whats that program where I can run...
Posted: Wed Oct 01, 2003 8:45 pm
by AnsonM
Whats that program where I can run PHP scripts on it without having to upload to a webserver somewhere else? I forgot what it was called.. and its on my other computer but i dont have it here at the moment.. Could you also tell me where I can get it? Thanks

Posted: Wed Oct 01, 2003 8:50 pm
by JAM
Not sure. But this?
viewtopic.php?t=12902
Or else you might be thinking about Apache (
http://httpd.apache.org/)m but that's a webserver you can install at home. Most common solution...
Posted: Wed Oct 01, 2003 9:50 pm
by scorphus
These editors run PHP internally:
Also you can configure
UltraEdit or
EditPlus to execute your PHP scripts and generate a HTML file.
I use Zend Studio and it's all I need regarding to PHP.
Cheers,
Scorphus.
Posted: Wed Oct 01, 2003 10:19 pm
by volka
and php might be also used from the command line, it's not bound to a webserver
http://php.net/features.commandline
Posted: Thu Oct 02, 2003 2:48 am
by Nay
Posted: Thu Oct 02, 2003 8:23 pm
by AnsonM
scorphus wrote:These editors run PHP internally:
Also you can configure
UltraEdit or
EditPlus to execute your PHP scripts and generate a HTML file.
I use Zend Studio and it's all I need regarding to PHP.
Cheers,
Scorphus.
Yeah, it was Zend Studio.. thanks
