[Solved] Pinging a Minecraft Server in PHP: Small Error [closed]
[ad_1] Your echo that starts right after the $ping = round(… line is not terminated before the if statement … you can’t just drop an if in the middle of an echo The line that reads: <td>$host:$ip</td> Should be: <td>$host:$ip</td>”; Then you need to do another echo after the if statement … There seem to … Read more