Menu

HTML Contact Form with PHP script for email and SMS alerts

2016-02-17
2023-10-31
  • Akingboye Olukunle

    The code for HTML Contact Form with PHP script for email and SMS alerts is not working.
    Please anyone with a suggestion on how to rectify error like
    "Parse error: syntax error, unexpected '}' in C:\xampp\htdocs\contactEmailSmsPhp\sms_mail_notification.php on line 126"

     

    Last edit: Akingboye Olukunle 2016-02-17
  • Aron Smit

    Aron Smit - 2017-02-14

    updated, check new version.

     
  • Victor Quiron

    Victor Quiron - 2023-10-31

    The "Parse error: syntax error, unexpected '}'" typically indicates a syntax issue in your PHP code on the website. To resolve it, check line 126 in your sms_mail_notification.php file for a missing or extra curly brace }. Make sure your code has balanced opening and closing curly braces, and that there are no other syntax errors on the website. Additionally, ensure proper PHP tags (<?php and ?>) are used to enclose your PHP code.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.