[SOLVED] getTimeout in PHP?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mpalmer
Forum Newbie
Posts: 2
Joined: Tue Aug 10, 2004 9:09 pm

getTimeout in PHP?

Post by mpalmer »

I am new to PHP.

Is there any way to use PHP to match the things one can do with Javascript's getTimeout function? I want to do something like fade a black text to white over 1 second on mouse over that I used to do in Javascript so effectively.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

fading would be a client-side thing.. php is entirely server-side, at least right now..
mpalmer
Forum Newbie
Posts: 2
Joined: Tue Aug 10, 2004 9:09 pm

Post by mpalmer »

thanks
Post Reply