Re: [PHP] Help me please.(Running stand-alone php)

2001-08-14 Thread miguel valero
Tina, Thank you for the help Tina :-)) I getting a good experience working with PHP and HTML (forms). Because of my full time job and personal commitments, I haven't been able to spend as much of my free time as I could in my project (Free Gallery Management System). After October I hope to de

Re: [PHP] Help me please.(Running stand-alone php)

2001-08-07 Thread Tina
The solution: You have to configure php with --enable-discard-path as in: ./configure --without-apache --enable-discard-path before you compile it. This is documented here: http://www.php.net/manual/en/security.php in the section: Case 4: PHP parser outside of web tree Now when you do the #!/p

Re: [PHP] Help me please.(Running stand-alone php)

2001-08-07 Thread Tina
On 2001-08-07 at 15:39 Tina wrote: >Because you are running this as a SSI you need to put the folling line at >the top of your php script: > >#!/path/to/php > >usually: > >#!/usr/local/bin/php > >Then your script must be executeable by the webserver user just like any >other cgi script. Actually

Re: [PHP] Help me please.(Running stand-alone php)

2001-08-07 Thread Tina
wrote: >Date: Tue, 7 Aug 2001 12:35:43 -0700 (PDT) >From: miguel valero <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Cc: mike cullerton <[EMAIL PROTECTED]> >Subject: [PHP] Help me please.(Running stand-alone php) > >Unfortunately the -q parameter didn't fix the pro

Re: [PHP] Help me please.(Running stand-alone php)

2001-08-07 Thread Bjorn Van Simaeys
Miguel, I see that your script has the extension .html Rename that file to .php and it normally should work. Greetz, Bjorn Van Simaeys www.bvsenterprises.com --- miguel valero <[EMAIL PROTECTED]> wrote: > Unfortunately the -q parameter didn't fix the > problem. > > Is anybody in the PHP ma

[PHP] Help me please.(Running stand-alone php)

2001-08-07 Thread miguel valero
Unfortunately the -q parameter didn't fix the problem. Is anybody in the PHP mailing list that is familiar with this kind of problem and can tell me how to get rid of the path line in the browser output? Any help will be greatly appreciated. Thanks. --- mike cullerton <[EMAIL PROTECTED]> wrote