Hello again. Is there any PHP control like timer control in Visaul Basic. I need to make a script that is every minute putting data in database from other database. 😕
sleep(4); // wait 4 seconds.
But do remember VB and PHP are very different methods. PHP is server side, VB is programming ,they aren't meant for the same things.
Thanks.