Page 1 of 1

PHP shell?

Posted: Sat Aug 22, 2009 5:32 am
by Sette
I'm a complete beginner in PHP. Before implementing changes in a program, I'd like to try them out in a small example. I wonder whether there exists something like a PHP shell where I can interactively enter PHP commands and immideately see the result. Previously, I worked a bit in Ruby, and found irb, the interactive Ruby shell, pretty handy. Perhaps something similar exists for PHP as well.

Re: PHP shell?

Posted: Sat Aug 22, 2009 9:24 am
by VladSun
It's called PHP CLI
http://www.php-cli.com/

Re: PHP shell?

Posted: Sat Aug 22, 2009 4:44 pm
by Sette
VladSun wrote:It's called PHP CLI
Thank you for your reply!
I will give it a try soon.

Sette

Re: PHP shell?

Posted: Mon Sep 07, 2009 11:09 pm
by Ollie Saunders

Re: PHP shell?

Posted: Tue Sep 08, 2009 2:59 am
by Sette
Thank you for the link!


Sette