Having a python interpreter is really useful, as it allows you to quickly enter several commands and check the output; which simplifies the understanding of syntax.
However, in PHP, every time I want to try something, I have to - create a PHP script, save it, run it in my browser.
Is there a shortcut I'm missing for PHP that will make things easier?
source
share