/ Published in: PHP
I think this is php 5 only
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $emailAddress = "my_email_test@mail server.com"; { echo "Submitted address is faulty"; } else { echo "Address submitted successfully"; } ?>