leonelsantos


Member since 10/27/2009

Name: Leonel Santos

leonelsantos

Location: Texas

Website: www.coderemix.com

3 snippets

1436 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

leonelsantos's Recent Snippets



« Prev 1 Next »
0 976 posted 13 years ago by leonelsantos
A class for uploading images and creating thumbnails. Example: try{ $img = new img('photo'); if($_FILES['photo']['size']>=1000000){ exit('The file size of the file you are trying to upload is over limit. Your file size = '.$_F...
2 792 posted 13 years ago by leonelsantos
For more information, see php.net, under usort It works with dates Replace 0 for the array's key you want to sort. For example, if you have a start_date array key you would like to compare, then you would replace 0 for start_date. If you wan...
0 730 posted 14 years ago by leonelsantos
« Prev 1 Next »