Browsing the archives for the connection tag

Limit time between connections with PHP

in Programming

Say you have a script/api that you want to host on your own server, but would like to set a minimum period of time between calls. If you don’t have access to your Apache settings, there are few simple ways to do it with a bit of PHP code. First, you could use PHP’s sleep() […]

1 Comment