Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged email
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Take the contens from a table in MySQL and display it in an email
2
708
posted 15 years ago by jcroom
This is a slightly hard core email check. I work for clients that want real email addresses. They pay quite a bit of money so yes, I am going to give what they want...
3
836
posted 15 years ago by brownrl
A PHP function that correctly validates all parts of a given email address, according to RFCs 5322, 5321, 1123, 2396, 3696, 4291, 4343, 2821 & 2822. I’ve released it under a license that allows you to use it royalty-free in commercial or non-commer...
4
1281
posted 15 years ago by dominicsayers
If reading email from a POP box with PHP, you can use this to strip out signatures (ones that are delimited with the proper '--' notation). It will only strip the last signature of an email, in case someone enters a '--' intentionally elsewhere.
0
819
posted 15 years ago by DaveChild
Checks for a valid email address using the php-email-address-validation class.
Source and docs = URL
0
746
posted 15 years ago by fruehjahr
A simple method of validating an email address using PHP and regular expressions
4
1378
posted 16 years ago by aristoworks
this is not the ultimate secure way, but it's at least not displaying the email link
3
775
posted 16 years ago by iTony
En la pagina hay mas info sobre otras funciones de validacion para php5
0
752
posted 16 years ago by lisandro
Step 1: Copy and paste the e-mail Form Code into a 'contact.php' page (must be a html/php page on a server that allows php!).
Step 2: Copy n paste the sendeail.php code into a new file. Change the YourEmail section to include your email address. T...
3
1296
posted 17 years ago by jonhenshaw