25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

explainQuery.php 297 B

3 yıl önce
123456789101112
  1. <?php if(isset($error)):?>
  2. <p class="error"><?php h($error);?></p>
  3. <?php endif;?>
  4. <?php if(isset($ret)): ?>
  5. <div style="border:2px #ccc solid;margin-bottom:5px;background-color:#eeefff">
  6. <?php hm("responseserver"); ?>
  7. <div style="margin-top:5px">
  8. <?php h($ret);?>
  9. </div>
  10. </div>
  11. <?php endif;?>