1
2
3
4
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, 3 refactorings, tagged with upload, validation

This function validates fil...

Avatar Talk
1
2
3
//function that loops through the elements
function __validateForm(theform){
...

JavaScript Simple form validator with ...

by eljota, November 11, 2007 10:32, 4 refactorings, tagged with js, javascript, form, validation, regex

This is a real simple form ...

Avatar Talk