<?php
...

PHP Get value of array key with...

by Tim, January 06, 2011 23:54, 1 refactoring, tagged with validation, array, improve, simplify

Hi, I am looking for a code...

0635a8e46531193666e660800916ed64 Talk
<?php
/**
 * To validate an email address according to RFCs 5321, 5322 and others
...

PHP Email address validation

by dominicsayers, October 05, 2010 10:36, 1 refactoring, tagged with php, validation, email, address, rfc5322, rfc2822, rfc822

Checks an email address aga...

8a5072384679d1ed9b102ba569544247 Talk
define("MAX_INFO_SIZE",500);
define("MAX_DATA_SIZE",100000);
define("MAX_THUMBNAIL_SIZE",10000);
...

PHP file upload validation

by lajos, October 02, 2008 04:52, 4 refactorings, tagged with validation, upload

This function validates fil...

D41d8cd98f00b204e9800998ecf8427e Talk