php3-list | 199903
Date: 03/25/99
- Next message: Brian Schaffner: "RE: [PHP3] "loading please wait" screen...how to?"
- Previous message: CeCe: "[PHP3] Get imagesize ..."
- In reply to: Wiz: "[PHP3] Php and Cgi question"
- Next in thread: Wiz: "Re: [PHP3] Php and Cgi question"
- Reply: Wiz: "Re: [PHP3] Php and Cgi question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Wiz wrote:
> Is it possible to have php code reside in a .cgi file and have it still
> parse cgi and php code?
>
> Like just add php to the addhandler for cgi?
>
> --
u don't have to add another handler, just put on the first line of the script
#!/usr/local/bin/php -q
or your path to php binary.
-- CIMPOESU Teodor, Web Programmer@ DIGICOM S.A. Bucharest, Romania @ Internet, site development @ teo <email protected>,+(401)-330.47.28
official home page: http://www.digiro.net/
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Brian Schaffner: "RE: [PHP3] "loading please wait" screen...how to?"
- Previous message: CeCe: "[PHP3] Get imagesize ..."
- In reply to: Wiz: "[PHP3] Php and Cgi question"
- Next in thread: Wiz: "Re: [PHP3] Php and Cgi question"
- Reply: Wiz: "Re: [PHP3] Php and Cgi question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

