RE: [PHP] configuration problem?

2002-04-04 Thread Boris Wong
Stone [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 2:08 PM To: 'Boris Wong'; [EMAIL PROTECTED] Subject: RE: [PHP] configuration problem? I'm more confused now than ever. Originally you wanted to execute a .CGI script (presumably a PERL script) from inside a PHP script

RE: [PHP] configuration problem?

2002-04-04 Thread Boris Wong
Sent: Thursday, April 04, 2002 1:45 PM To: 'Boris Wong'; [EMAIL PROTECTED] Subject: RE: [PHP] configuration problem? Have you tried using virtual() ? virtual() is an Apache-specific function which is equivalent to in mod_include. It performs an Apache sub-request. It is useful for includ

RE: [PHP] configuration problem?

2002-04-04 Thread Boris Wong
quot;hello world\n"; but when i uncomment the 'use myPackage' nothing shows up. please help. /bw -Original Message- From: Kevin Stone [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 11:14 AM To: 'Boris Wong'; [EMAIL PROTECTED] Subject: RE: [PHP] configu

RE: [PHP] configure problem?

2002-04-04 Thread Boris Wong
case. i also noticed that the 'Virtual Directory Support' is disabled. thought this could be the root of the problem? /bw -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 10:10 AM To: Boris Wong Cc: [EMAIL PROTECTED] Subject: Re: [PHP]

RE: [PHP] configuration problem?

2002-04-04 Thread Boris Wong
trastly, including a cgi script from other domains works just fine. /bw -Original Message- From: Boris Wong [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 9:32 AM To: [EMAIL PROTECTED] Subject: [PHP] configure problem? hi, got a question on the usage of include: when i do somet

[PHP] configure problem?

2002-04-04 Thread Boris Wong
hi, got a question on the usage of include: when i do something like this: http://www.myurl.com'); ?> where my php file is located under the same directory structure of www.my.url.com, the browse seems keep on loading until it returns a blank page. does this mean that php can't include any fil

RE: [PHP] php and cgi

2002-04-03 Thread Boris Wong
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 10:46 PM To: Boris Wong Cc: [EMAIL PROTECTED] Subject: Re: [PHP] php and cgi On Tue, 2 Apr 2002, Boris Wong wrote: > i was wondering if anyone knows how i can execute a cgi script > (with -rwxrwxrwx mode)

[PHP] php and cgi

2002-04-02 Thread Boris Wong
hi, i was wondering if anyone knows how i can execute a cgi script (with -rwxrwxrwx mode) written in perl from within php? i tried but the content of the cgi file is displayed instead of executing it. didn't help as well. i also tried calling the url where this cgi is located (which is in