Ben PHP için yeni duyuyorum ve ben alıyorum bir hata anlamaya çalışıyorum. Hata aşağıdaki gibidir
syntax error, unexpected $end in C:\xampp\xampp\htdocs\tiptap_1_6\tiptap\includes\consumer_home_page_center.php on line 215
Bu çok anlamına gelir kodudur
else
{
?>
<div class="rowNew" style="background:#F5F6F8;">
<div class="clear"></div>
<div style="font-weight:bold;text-align:center;">You have no questions or responses posted</div>
</div>
</div>
<?php
}
?>
<input type="hidden" name="displaycount_askus" id="displaycount_askus" value="<?php echo COUNTER_FOR_FEEDS_ASK_US_CONSUMER_HOME_PAGE?>">
<input type="hidden" name="totaldisplay_counter" id="totaldisplay_counter" value="0">
<input type="hidden" name="totaldisplay_counter" id="totaldisplay_counter" value="<?php echo count($getValues)?>">
<input type="hidden" name="tipsincreaseReduceValue" id="tipsincreaseReduceValue" value="<?php echo TIPS_ADD_REDUCE_LIMIT_VALUE?>">
<!--#############################CENTER LISTING ENDS#########################-->
</div>
<script type="text/javascript">
showMessageHeader('<?php echo $CONSUMER_ID?>');
</script>
Şimdiden teşekkürler! Yine kodlama için yeni :)