|
Posted by P Pulkkinen on 01/16/07 06:49
<balakrishnan.dinesh@gmail.com> wrote:
> Is there any function in PHP like setTimeout with same
> functionallity in javascript ..
> Thing is, In php we have a function call settimeout for socket , But i
> need the same functionallity of settimeout( ) fucntion of javascript in
> PHP, Is that anything available in PHP. Is there plzzzzz reply me quick
Perhaps it would help people to help if you described the actual problem
that needs the solution.
Because if you compare php and javascript like that, there is usually a big
difference:
- javascript can manipulate page through dom object model and do things on
it again and again until user goes to another page.
- php _usually_ outputs a page, does some things in serverside and that's
it - goodbye, mypage!
Navigation:
[Reply to this message]
|