2
votes
1answer
349 views

Creating a basic secure php mailer

I am busy creating a basic php mailer script to post to _self and email to a address. Is the script secure? How can I avoid someone clicking on submit the whole time, to spam the mailbox, with ...
2
votes
1answer
553 views

Javascript-generated Social Media Links - a more valid, improved way of writing this?

I'm still fairly new with Javascript, and wrote something to generate some social media links on my page. The idea was to have that script grab the necessary URL info and feed it to the social media ...