This is driving me nuts because it seems like such a critical thing that I would expect there to be a lot of people asking, but I can't find a clear cur response to.
I want to follow along a simple php tutorial like this one: https://www.youtube.com/watch?v=dbZYRNgGAKE
I installed everything I need. Now what? How do I run a php file?
php /path/to/your/file.php
or with your browser if you have and configured apache on it. – Ali Razmdideh Apr 04 '18 at 09:41php -a
although that's an oversimplification, but I voted to leave this question open anyway. – karel Apr 04 '18 at 11:23