RE: [PHP] Banner Ad Serving...

2002-07-24 Thread Dave at Sinewaves.net
] Banner Ad Serving... On Wednesday 24 July 2002 12:07, Dave at Sinewaves.net wrote: I think you may have it on that one! You get the gold star! :) Thanks for the help -- I probably would have banged my head against my keyboard for another week or so before I thought of that! Or you can use

Re: [PHP] Banner Ad Serving...

2002-07-24 Thread Jeff Bearer
You can also checkout OASIS http://oasis.sourceforge.net/ It's pretty good software, but i'm unable to use it here because it doesn't have as man features as OAS from RealMedia which my manager is used to. http://www.realmedia.com It's expensive and doesn't really integrate into PHP. but it's

RE: [PHP] Banner Ad Serving...

2002-07-23 Thread Martin Towell
use the auto_append or auto_prepend directives in the php.ini file -Original Message- From: Dave at Sinewaves.net [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 1:48 PM To: PHPlist Subject: [PHP] Banner Ad Serving... Is there any way of automatically adding a certain bit of

Re: [PHP] Banner Ad Serving...

2002-07-23 Thread Jason Wong
On Wednesday 24 July 2002 11:47, Dave at Sinewaves.net wrote: Is there any way of automatically adding a certain bit of code to every page on a web server (or within a given directory)? php.ini -- auto_prepend_file, auto_append_file -- Jason Wong - Gremlins Associates - www.gremlins.com.hk

RE: [PHP] Banner Ad Serving...

2002-07-23 Thread Dave at Sinewaves.net
That works fine for files with .php extensions, but I need something to add code to html pages as well... Any ideas??? Dave -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 8:55 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Banner Ad Serving

RE: [PHP] Banner Ad Serving...

2002-07-23 Thread Cal Evans
Serving... That works fine for files with .php extensions, but I need something to add code to html pages as well... Any ideas??? Dave -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 8:55 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Banner Ad

RE: [PHP] Banner Ad Serving...

2002-07-23 Thread Dave at Sinewaves.net
, 2002 9:06 PM To: Dave at Sinewaves.net; [EMAIL PROTECTED] Subject: RE: [PHP] Banner Ad Serving... Tell apache that .html files are to be served through php * * Cal Evans * The Virtual CIO * http://www.calevans.com * -Original Message- From: Dave at Sinewaves.net [mailto:[EMAIL PROTECTED

Re: [PHP] Banner Ad Serving...

2002-07-23 Thread Jason Wong
On Wednesday 24 July 2002 12:07, Dave at Sinewaves.net wrote: I think you may have it on that one! You get the gold star! :) Thanks for the help -- I probably would have banged my head against my keyboard for another week or so before I thought of that! Or you can use something called

Re: [PHP] Banner Ad Serving...

2002-07-23 Thread Justin French
on 24/07/02 2:00 PM, Dave at Sinewaves.net ([EMAIL PROTECTED]) wrote: That works fine for files with .php extensions, but I need something to add code to html pages as well... Any ideas??? Well, this IS a php list :P If you have control over the apache config, you can specify all .html