I have something that I am currently dealing with:
Using mod_perl with apache, you can put this in a apache directive
(vhost, location, directory):
PerlSetVar somevarname somevarval
and that would pre-define somevarname equal to somevarval. We are trying
to move completely to
station call
letters so that the letters are available to the code.
Thanks for the interest,
-Joe
<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Wed, 2 Jan 2002, Joe Webster wrote:
>
> > I have something that I am currently deali
That is our fall-back plan, but that's not terribly effecient =)
"Joao Prado Maia" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
On Wed, 2 Jan 2002, Joe Webster wrote:
> I have something that I am currently dealing with:
&g
@localhost">news:5.1.0.14.2.20020102234728.028651c0@localhost...
> At 23:33 02/01/2002, Joe Webster wrote:
> >I have something that I am currently dealing with:
> >
> > Using mod_perl with apache, you can put this in a apache directive
> >(vhost, location, directory):
> > Per
27460@localhost">news:5.1.0.14.2.20020103004035.04527460@localhost...
> This could probably be done. It does sound helpful.
>
> Zeev
>
> At 00:29 03/01/2002, Joe Webster wrote:
> >Yes it would have to be in every script in the vhost, location or
directory
> >directive.
> &g
ith
> $GLOBALS['HTTP_SERVER_VARS']['media_regionaam'];
>
> Works great for us.
> Sander
>
> - Original Message -
> From: "Zeev Suraski" <[EMAIL PROTECTED]>
> To: "Joe Webster" <[EMAIL PROTECTED]>
> Cc: <[EMAIL
Works perfectly -- god love Apache ;)
-Joe
"Joe Webster" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> That rocks, pending it works, my problems are solved. It would still be an
> awesome feature for PHP, but nice to know a
I agree with Markus, it's fine as is.
"Markus Fischer" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Current mail() implementation already has fifth optional
> argument which does exactly what you want.
>
> And, for the 'file', it's as easy as wr