|
I know php is server side but..
if i use the
sleep()
command, will that make the script sleep on server side or client side?
i need to run a php script but have pause on client side only .. just for visual affects
thanks
Sharon x
__________________
mysql_connect("localhost", "brain", "sharon") or die(mysql_error());
mysql error: brain doesn't exist!
Last edited by Sharon_leic; 02-22-2008 at 08:27 PM..
|