In place of the email address, it displays "+1"
And the body message is "1"
It works well when I test it on localhost.
As in
FROM: +1
MESSAGE:+1
What is missing in my code, some body help
My code
Code:
<?php
<?php
html, body, ul, li, h1, h2, h3, h4 {
margin: 0px;
padding: 0px;
color: #DBDBDB;
list-style: none;
}
h1 img {
display: block;
}
img {
border: 0px;
}
p {
margin: 0.5em 0px;
}
a {
color: white;
text-decoration: none;
}
a:hover {
color: #eee;
#content {
min-width:490px;
min-height: 240px;
position: absolute;
color: #fff;
top: 115px;
left: 378px;
border: 3px solid white;
background: #901315;
padding: 0px;
}
<? //require_once'functions.php'; require_once'template.php';
#pagecontent {
max-width:490px;
max-height: 240px;
position: absolute;
color: #fff;
top: 115px;
left: 378px;
border: 3px solid white;
background: #901315;
padding: 0px;
}
<select name = "sltStation"> <option value="0">Select Station</option> <?
Leave a comment: