/ Published in: PHP

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $ip = "000.000.00.00"; $port = "80"; echo '<b style="color:green">Online</b>'; } else { echo '<b style="color:red">Offline</b>'; } ?>
Comments

<?php $ip = "000.000.00.00"; $port = "80"; echo '<b style="color:green">Online</b>'; } else { echo '<b style="color:red">Offline</b>'; } ?>