Re: [PHP-DB] Scrolling News

2005-12-24 Thread El Bekko
PHP Superman wrote: Hi, just to tell you scrolling text boxes are javascript, PHP is server side not client side, PHP can only get the data from the table and javascript will display it On 12/22/05, Alex Major <[EMAIL PROTECTED]> wrote: Hi there. I'm trying to make a scrolling news box for m

Re: [PHP-DB] Scrolling News

2005-12-22 Thread PHP Superman
Hi, just to tell you scrolling text boxes are javascript, PHP is server side not client side, PHP can only get the data from the table and javascript will display it On 12/22/05, Alex Major <[EMAIL PROTECTED]> wrote: > > Hi there. > I'm trying to make a scrolling news box for my website. Basical

Re: [PHP-DB] Scrolling News

2005-12-22 Thread Alex Major
Sounds great, I'll start looking for a scroller on google. Anyone have any recommendations while I'm searching? Regards, Alex On 22/12/05 21:22, "John Meyer" <[EMAIL PROTECTED]> wrote: > On Thursday 22 December 2005 1:38 pm, Alex Major wrote: >> Hi there. >> I'm trying to make a scrolling news b

Re: [PHP-DB] Scrolling News

2005-12-22 Thread John Meyer
On Thursday 22 December 2005 1:38 pm, Alex Major wrote: > Hi there. > I'm trying to make a scrolling news box for my website. Basically I would > like this news box to get information from a column in my database called > 'news_title' and display it in a scrolling news box. > The reason I'd like it

[PHP-DB] Scrolling News

2005-12-22 Thread Alex Major
Hi there. I'm trying to make a scrolling news box for my website. Basically I would like this news box to get information from a column in my database called 'news_title' and display it in a scrolling news box. The reason I'd like it to do this is because there is already a news page on my website