Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged email



Take the contens from a table in MySQL and display it in an email
2 1101 posted 16 years ago by jcroom
1 1088 posted 16 years ago by traeregan
3 1433 posted 16 years ago by cshaiku
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 1498 posted 16 years ago by brownrl
1 1100 posted 16 years ago by vali29
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 2109 posted 16 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 1303 posted 16 years ago by DaveChild
2 1764 posted 16 years ago by iloveitaly
Checks for a valid email address using the php-email-address-validation class. Source and docs = URL
0 1135 posted 16 years ago by fruehjahr
I think this is php 5 only
0 1096 posted 16 years ago by jfherring
3 1542 posted 17 years ago by benphelps
2 1301 posted 17 years ago by benphelps
3 1556 posted 17 years ago by benphelps
A simple method of validating an email address using PHP and regular expressions
4 2234 posted 17 years ago by aristoworks
this is not the ultimate secure way, but it's at least not displaying the email link
3 1301 posted 17 years ago by iTony
10 2290 posted 17 years ago by gbot
1 1184 posted 17 years ago by gbot
En la pagina hay mas info sobre otras funciones de validacion para php5
0 1124 posted 17 years ago by lisandro
2 1208 posted 17 years ago by ajbatac
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 2027 posted 18 years ago by jonhenshaw
Email validation routine Dave Child
8 1856 posted 18 years ago by IanLewis
0 1032 posted 18 years ago by asteinhaus
6 2073 posted 18 years ago by llbbl
2 1426 posted 18 years ago by gdonald
check if email address is valid
1 1326 posted 18 years ago by assbach
3 2278 posted 18 years ago by yonekawa