Please tell me what needs to be done, to avoid the message:
Parse error: syntax error, unexpected $end in /xxxx/xxxxxxx/public_html/contact- it/feedback.php on line xxx (the last line of feedback.php = ?>)
Thanks to all for any hint.
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 ;
?>