I have a debate with another programmer (PHP), and we both disagree when it comes to GUIDs. Assuming that information about each image is stored in the database and has its own primary key (int).
What could be the reason for using a unique identifier for the image file name, except that you do not need to worry about duplicate file names?
I do not want to ignore his methodology, but he does not suit me either.
Thanks! Ben
Update: After hearing a lot of +1 for GUIDs, how will SEO affect "randomly" generated image file names? (Thanks to Sukumar)
php guid seo image
Ben
source share