PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
include "$serinc/enc.php?client=$cliente&enc=$enc";
i have this include, that calls a service running on another server.
now, how can i make a sort of timeout function that gives a notice telling that the service is down using this include, any idea ?