I just began learning php. I\'ve installed php5 on linux and wrote very simple code just to get going.
php5
How can I run scripts? I tried using the
A simple:
php myScript.php
… should do the job.
If it is acting like cat, then you probably forgot to switch out of template mode and into script mode with