Problem using mail() as the basis for a booking system
Expand Post »
Using php mail function allows a user of a wesbite to send email without opening up ther mail client, information such as subject message reply-to email address can be included.
With this could I also add fileds to send things such as booking time date, telephone number etc?
Can this go in the header fiels or something so that I can check it in my inbox
or does this require an sql table? i dont want to use one mainly becuase i havent made one befoer, and i want any reservation to be sent straight to my inbox
<textarea name="message" rows="15" cols="80">Enter your message here.</textarea>
<br><br>
<input type="submit" value="Send"></font>
</form>
how could i include like a telepphone number to call a client back on?? i tried messing around by addid more form fields and changing lines in the php, but to no success
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.