I am building a desktop application using php and mysql database. Some functions need to be done online while others dont need internet connection. The users use dial up connection.
I was wondering if there is a way I can determine if users are connected to internet to warn them before they use online functions.