CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: mail function

  1. #1
    Join Date
    Dec 2009
    Posts
    8

    mail function

    I have frequently seen the php mail function used with some variations. Some are just written start with "mail", others start with "@mail". What is the difference, and when do we use which?

    Jack

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: mail function

    The function is mail(). The symbol @ just tells PHP not to record an error in the log if one is encountered. You can do that with any PHP function.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured