Search Results

Search found 2 results on 1 pages for 'eystein'.

Page 1/1 | 1 

  • Is this a safe PHP mail function?

    - by Eystein
    I've finally got this PHP email script working (didn't work on localhost…), but my concern is that it's not safe. So - is this safe for spamming and any other security pitfalls I'm not aware of? <?php $email = 'notification@domain.com'; $subject = 'Notify about stuff'; $notify = $_REQUEST['email']; if

    Read the article

1