Re: [PHPLIB] Use of page_open From: Nathaniel Price (seoman <email protected>)
Date: 03/31/00

Probably what you'll want to do is use a .htaccess file to override the default auto_prepend settings. Just stick

php3_auto_prepend /path/to/my/prepended/file.inc

inside a file called .htaccess in the same directory as the affected script. This of course assumes that your webserver is Apache or uses .htaccess files and you have compiled PHP as an Apache (or other webserver) module. If that isn't the case, I'm not sure what you can do.

____________________________________________
Nathaniel Price <seoman <email protected>>
"Microsoft Works? Isn't that an oxymoron?"
  ----- Original Message -----
  From: Scott Holmes
  To: phplib <email protected>
  Sent: Friday, March 31, 2000 3:39 PM
  Subject: [PHPLIB] Use of page_open

  I've just taken on the task of developing some pages for a business with an already well-developed configuration (I can't ask them to change it). They use an auto_prepend of an header.inc file. This file contains the call page_open(array("sess"=> "Their_Session")); The stuff I wish to develop will probably require page_open(array("sess" => "My_Session", "auth" => "My_Auth", "perm" => "My_Perm"));
  My question is, since I am seemingly unable to avoid the first page_open(feature), what is the best way to accomplish the second call to page_open(features)? Do subsequent calls merely overwrite previous calls? Thanks ...

-- 
---------------------------------------------------------------------
Scott Holmes                       http://www.pacificnet.net/~sholmes
                                   sholmes <email protected>

Independent Programmer/Analyst Passport 4GL HTML Composer Informix 4GL, SQL --------------------------------------------------------------------- There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy ---------------------------------------------------------------------

- PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in the body, not the subject, of your message.