|
Posted by Jerry Stuckle on July 16, 2008, 11:30 am
Please log in for more thread options
misterparker@gmail.com wrote:
> Hey so I'm not new to php, but I'm no guru either, however recently (6
> months) i have gotten a macbook, and have been playing around on the
> terminal, come to find if you type "php" in the terminal, i'm pretty
> sure its running php, because i can then type code, however, it
> doesn't interpret the code until i press CTRL+D (which quits php) does
> anyone know what keystroke or how to just interpret the typed code
> without logging out for some quick php testing?
>
php -h shows you the command line options. -a executes interactively.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|