Profile
Achievement
phpdev's Recent SnippetsTagged web
- All /
« Prev 1 Next »
**Example of use:**
$bIsConnected = check_internet_connection();
$sText = ($bIsConnected) ? 'You are connected to the Internet.' : 'You are not connected to the Internet.';
echo $sText;
0
1885
posted 11 years ago by phpdev