07-14-2012, 05:19 PM
Why not use Google? You can easily find one you can modify for your requirements
http://php.about.com/od/advancedphp/ss/p...upload.htm
Take that for example. You can go to page 4 for limitting the files which are uploaded
http://php.about.com/od/advancedphp/ss/p...upload.htm
Take that for example. You can go to page 4 for limitting the files which are uploaded
PHP Code:
while(posting) {
postCount++;
happiness++;
}