FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Simple Html Php Form not working
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Simple Html Php Form not working [message #178837 is a reply to message #178833] Sat, 11 August 2012 07:58 Go to previous messageGo to previous message
Luuk is currently offline  Luuk
Messages: 329
Registered: September 2010
Karma:
Senior Member
On 10-08-2012 23:42, bpascal123 wrote:
> Hi
> I had quite a long day so my coding is weak and thus dealing with scripting languages I am not used to is indeed a challenge.
>
> Anyway, I spot the things you've mentioned and else. Now, I get to the page:
> "Thank you for contacting us. We will be in touch with you very soon." So, it means the script is working.

No, it means the last part of your code works,

> However, I'm not receiving any messages...should I wait longer? Usually, hotmail is fast at delivering mail.

you should check if hotmail received the message

>
> Please advise
> Pascal

In your code is a line that reads:
@mail($email_to, $email_subject, $email_message, $headers);

The '@' makes sure that you dont see any error messages that could be
the result of the funciton 'mail'.

Thahts why you do NOT know if the message is send, or not...
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Create hierarchical tree structure for categories in joomla
Next Topic: Free service to allow large file upload in PHP forms
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 28 04:42:59 GMT 2024

Total time taken to generate the page: 0.04287 seconds