Jump to content

Unique Image Names


dan2684

Recommended Posts

Hello All,

 

What's the best way to generate a unique image name?

 

My initial thought was to use the time() but I'd rather use something more relevant to the actual image.

 

I know you can use mysql_insert_id() but surely this means adding all information apart from the image name to the database, getting the insert id and then returning to the database again with the unique image name...

 

Is there a way of using the current insert id?

 

Thanks,

 

Dan

Link to comment
https://forums.phpfreaks.com/topic/237860-unique-image-names/
Share on other sites

Again, one of those situations where I'm not thinking properly. Classic example of having all the tools but not knowing how to use them!

 

PFMaBiSmAd - I can't believe I've never thought of that before. I've been using an "image name" column in my applications for about 3 years!!!

 

Thanks a lot guys. Much appreciated! :)

Link to comment
https://forums.phpfreaks.com/topic/237860-unique-image-names/#findComment-1222306
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.