Search results

  1. S

    PHP Form mail function not working?

    Hey, I cannot seem to get the mail(); function working with my contact form. I have tested the form in many ways and the only thing it is not doing is mailing the data. Here is the code: <input type="submit" value="SEND" id="send" /> <script> $('#send').click(function(e) {...
Top