I was wondering if I have to use javascript or not.
I want to have a space (area) of the page scrolling some text. Can php do that?
thanks
PS. any links to code would be appreciated
PHP is for server side processing, not client side HTML rendering. You have to use javascript or Micro$ofts <marquee> tag but it only works in IE.