eternalsolitude
New Member
- Messages
- 13
- Reaction score
- 0
- Points
- 0
I posted this code to test out a page.
I forgot the "$" in the "i<10" so it echoed infinitely, and now my account has two strikes for excessive cpu usage.. Is there anyway to protect myself from getting permanently suspended because a simple typo?
PHP:
<?php for($i=0;i<10;$i++){echo $i."<br>";} ?>