|
Posted by Jerry Stuckle on 01/28/07 18:58
comp.lang.php wrote:
> I am using CLI PHP to run a PHP script, c:\wamp\php\php.exe, but
> instead of executing my script, it's actually displaying the raw code
> instead.
>
> How can I run my code using CLI PHP? I installed WAMP5 on WinXP.
>
>
> Thanx
> Phil
>
php example.php
Your code must be surrounded with <?php and ?>, just like in a web page.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|