RE: [PHP] Can this be done in PHP?

2002-02-04 Thread Andrew Chase
You might want to take a look at PhpAdsNew, a banner rotation/management system using PHP and MySQL: http://sourceforge.net/projects/phpadsnew The system's admin tools assume that you're selling ad space, but there's no reason you couldn't use it for a banner exchange instead. -Andy > On Fri,

Re: [PHP] Can this be done in PHP?

2002-02-02 Thread S.Murali Krishna
Based on the GET_VARS you can identify the image and do some mapping stuffs to get the sitename. Then you can construct your header accordingly with 'Location:' parameter to view that site. On Fri, 1 Feb 2002, Lazor, Ed wrote: > I'm trying to understand how this banner exchange works