Python kullanarak ben yazarak terminali / komut satırında benim kodu test edebilirsiniz
python
python> print "hello world"
Ben de PHP ile bunu yapmak istiyorum, ama yazarken olacaktır:
php
echo "hello world";
it does not work.. Is this possible? what should I do? A quick search on the internet gives a lot of results that call an actual .php file to run. I only want to test a single sentence if possible, without creating files and stuff.