It is possible to have rollevers and other such effects in a PHP generated page, but you can't do them with PHP itself. PHP is server-side, rollovers are generated by client-side tech's like JavaScript. You need to embed the Javascript into the PHP generated pages.
-geoff