I need to count and check how much of some images is placed in folder od web server.
Example- images get names from user_id
, and on example I have user_id 27
, and my images are:
27_1.jpg, 27_2.jpg, 27_3.jpg, ...
How to check and write to database this thing?
Thanks