Jump to content

Report

  • Similar Content

    • By Manivani
      Извиняюсь за многабуков внизу( все однотипное правд но на всякий случай скинул весь блок). Делаю игру ( угадай число) и натолкнулся на проблемку.
      Parse error: syntax error, unexpected $end in /home/u177089695/public_html/gam2.php on line 203
       
      Не работает именно из за кейсов, т.к. без них игра работает. Подскажите что не так сделал пожалуйста!
      switch ($t) {case 1:?><table> <tr> <td style="background-images: url(images/cat/1.png);"></td> </tr></table><?php break;case 2:?><table> <tr> <td style="background-images: url(images/cat/2.png);"></td> </tr></table><?php break;case 3:?><table> <tr> <td style="background-images: url(images/cat/3.png);"></td> </tr></table><?php break;case 4:?><table> <tr> <td style="background-images: url(images/cat/4.png);"></td> </tr></table><?php break;case 5:?><table> <tr> <td style="background-images: url(images/cat/5.png);"></td> </tr></table><?php break;case 6:?><table> <tr> <td style="background-images: url(images/cat/6.png);"></td> </tr></table><?php break;case 7:?><table> <tr> <td style="background-images: url(images/cat/7.png);"></td> </tr></table><?php break;case 8:?><table> <tr> <td style="background-images: url(images/cat/8.png);"></td> </tr></table><?php break;case 9:?><table> <tr> <td style="background-images: url(images/cat/9.png);"></td> </tr></table><?php break;case 10:?><table> <tr> <td style="background-images: url(images/cat/10.png);"></td> </tr></table><?php break;case 11:?><table> <tr> <td style="background-images: url(images/cat/11.png);"></td> </tr></table><?php break;case 12:?><table> <tr> <td style="background-images: url(images/cat/12.png);"></td> </tr></table><?php break;case 13:?><table> <tr> <td style="background-images: url(images/cat/13.png);"></td> </tr></table><?php break;case 14:?><table> <tr> <td style="background-images: url(images/cat/14.png);"></td> </tr></table><?php break;default: echo "Котеечка сгорел!";?> </body> </html>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy