Re: [PHP] execute a script on access to a directory

2001-09-07 Thread Enrique Vadillo
ter suggestions? Enrique- >From: "Jason Bell" <[EMAIL PROTECTED]> >To: "Enrique Vadillo" <[EMAIL PROTECTED]>, "PHP Users" ><[EMAIL PROTECTED]> >Subject: Re: [PHP] execute a script on access to a directory >Date: Fri, 7 Sep 2001 12:12:58 -07

Re: [PHP] execute a script on access to a directory

2001-09-07 Thread Jason Bell
You could always add an include() for every page under the /go directory. Simplest way that I can think of. - Original Message - From: "Enrique Vadillo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 07, 2001 12:09 PM Subject: [PHP] execute a

[PHP] execute a script on access to a directory

2001-09-07 Thread Enrique Vadillo
Hi, I would like to know how i can force a PHP script to be executed everytime a certain directory is accessed, for example in http://domain.com/go/getit the presence of the /go/ directory would force a PHP script to be executed prior to any operation. Do i need to play with rewriting urls in Ap