tüm alanlar boş yankı ve çıkış olduğunda - newbie tarafından

0 Cevap

Mesajı önlemek için yapılması gerekenleri söyle lütfen:

Parse error: syntax error, unexpected $end in /xxxx/xxxxxxx/public_html/contact-    it/feedback.php on line xxx (the last line of feedback.php = ?>)

Herhangi bir ipucu için herkese teşekkürler.

if(empty($data_start)) { 
    if(empty($data_end)) { 
        if(empty($comment)) { 
        # all empty 
echo "You have not specified any details to submit to us";
    exit ;

?>

0 Cevap