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 1354 posted 16 years ago by jcroom
1 1330 posted 16 years ago by traeregan
3 1658 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 1873 posted 16 years ago by brownrl
1 1391 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 2474 posted 17 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 1593 posted 17 years ago by DaveChild
2 2060 posted 17 years ago by iloveitaly
Checks for a valid email address using the php-email-address-validation class. Source and docs = URL
0 1371 posted 17 years ago by fruehjahr
I think this is php 5 only
0 1327 posted 17 years ago by jfherring
3 1873 posted 17 years ago by benphelps
2 1569 posted 17 years ago by benphelps
3 1851 posted 17 years ago by benphelps
A simple method of validating an email address using PHP and regular expressions
4 2634 posted 17 years ago by aristoworks
this is not the ultimate secure way, but it's at least not displaying the email link
3 1596 posted 17 years ago by iTony
10 2603 posted 18 years ago by gbot
1 1393 posted 18 years ago by gbot
En la pagina hay mas info sobre otras funciones de validacion para php5
0 1392 posted 18 years ago by lisandro
2 1506 posted 18 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 2373 posted 18 years ago by jonhenshaw
Email validation routine Dave Child
8 2179 posted 18 years ago by IanLewis
0 1261 posted 18 years ago by asteinhaus
6 2402 posted 18 years ago by llbbl
2 1723 posted 19 years ago by gdonald
check if email address is valid
1 1618 posted 19 years ago by assbach
3 2533 posted 19 years ago by yonekawa