Bruno Santos wrote:
> i'm working with php for about 3 years and i must say: i cant get tired
> of it !! :-)
>
> since my first page, ive used php as a server side language, embebed in
> html pages. now, i need to develop a small script to run as stand alone.
> how can i do it ?
>
> just like bourn
Bruno Santos wrote:
Hello all.
i'm working with php for about 3 years and i must say: i cant get tired
of it !! :-)
since my first page, ive used php as a server side language, embebed in
html pages. now, i need to develop a small script to run as stand alone.
how can i do it ?
just like bourn
one more note...you may look at the manual under
http://us3.php.net/features.commandline
-Chris
On Tue, 14 Dec 2004 16:04:15 -0800, Christopher Fulton
<[EMAIL PROTECTED]> wrote:
> Not sure if this is what you want, but i know that you can call php
> from a command line by using.
>
> ph
Not sure if this is what you want, but i know that you can call php
from a command line by using.
php code_name.php
that will print out the http headers, so to supress the headers you can do
php -q code_name.php
Hope this helps,
Chris
On Tue, 14 Dec 2004 21:38:18 +, Bruno Santos <
On Tue, 2004-12-14 at 16:38, Bruno Santos wrote:
> Hello all.
>
> i'm working with php for about 3 years and i must say: i cant get tired
> of it !! :-)
>
> since my first page, ive used php as a server side language, embebed in
> html pages. now, i need to develop a small script to run as stan
5 matches
Mail list logo