Re: [PHP] Banner rotation with links

2007-02-15 Thread Edward Vermillion
On Feb 15, 2007, at 10:57 AM, Jochem Maas wrote: Kevin Murphy wrote: On my home page i have all my banners in a MySQL database which includes the image path, the link, and the description as separate fields. The then do a MySQL query with a query that will look something like this: $quer

Re: [PHP] Banner rotation with links

2007-02-15 Thread Jochem Maas
Kevin Murphy wrote: > On my home page i have all my banners in a MySQL database which includes > the image path, the link, and the description as separate fields. The > then do a MySQL query with a query that will look something like this: > > $query = "select * FROM banner ORDER BY RAND() LIMIT 1

Re: [PHP] Banner rotation with links

2007-02-15 Thread Kevin Murphy
On my home page i have all my banners in a MySQL database which includes the image path, the link, and the description as separate fields. The then do a MySQL query with a query that will look something like this: $query = "select * FROM banner ORDER BY RAND() LIMIT 1"; Seems to work just

RE: [PHP] Banner rotation with links

2007-02-14 Thread Tim
> -Message d'origine- > De : Brad Fuller [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 14 février 2007 17:41 > À : 'Németh Zoltán'; 'Chris Carter' > Cc : php-general@lists.php.net > Objet : RE: [PHP] Banner rotation with links > > >

RE: [PHP] Banner rotation with links

2007-02-14 Thread Brad Fuller
> -Original Message- > From: Németh Zoltán [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 14, 2007 11:37 AM > To: Chris Carter > Cc: php-general@lists.php.net > Subject: Re: [PHP] Banner rotation with links > > 2007. 02. 14, szerda keltezéssel 08.29-k

RE: [PHP] Banner rotation with links

2007-02-14 Thread Tim
> -Message d'origine- > De : Chris Carter [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 14 février 2007 17:29 > À : php-general@lists.php.net > Objet : [PHP] Banner rotation with links > > > How can I rotate a banner as well as the link in it within a > page using PHP. > This can be

Re: [PHP] Banner rotation with links

2007-02-14 Thread Németh Zoltán
2007. 02. 14, szerda keltezéssel 08.29-kor Chris Carter ezt írta: > How can I rotate a banner as well as the link in it within a page using PHP. > This can be done as a include file php. Anybody please supply some code or a > link for this. please go STFW for "banner rotation php script" greets Z