Page 1 of 1

getTimeout in PHP?

Posted: Tue Aug 10, 2004 9:09 pm
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.

Posted: Tue Aug 10, 2004 9:19 pm
by feyd
fading would be a client-side thing.. php is entirely server-side, at least right now..

Posted: Wed Aug 11, 2004 1:13 am
by mpalmer
thanks