Re: [PHP] scripting with php

2004-12-15 Thread Richard Lynch
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

Re: [PHP] scripting with php

2004-12-14 Thread Marek Kilimajer
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

Re: [PHP] scripting with php

2004-12-14 Thread Christopher Fulton
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

Re: [PHP] scripting with php

2004-12-14 Thread Christopher Fulton
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 <

[PHP] scripting with php

2004-12-14 Thread Bruno Santos
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 shell, ive used #!/

Re: [PHP] scripting with php

2004-12-14 Thread Robert Cummings
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