Hello fellas,
say that we have a (mysql) table which includes the field NAME .
Also i have a php script to upload photos .
The NAME is stored every time that one photo is uploaded .
This i want to do is, to set a limit on uploading. I want everyone to be able to upload photos only for 3 times , No More than 3 !
So, i was thinking to make it according the NAME . Par example, if Jason is in my database 3 times Jason, Jason, Jason with some..count(NAME) to find that is 3 times and block him from uploading again ( cause already 3 times he did) .
My question is how can i implement,write this with PHP

..??
Please give me some example and expalin plz
thanks iN advance..