Mar 25, 2007 #1 mailerman Technical User Joined Jan 2, 2007 Messages 29 Location SE hey there. how can i give each of my files on my webpage a uniqe download ID for each file ?
Mar 26, 2007 #2 jpadie Technical User Joined Nov 24, 2003 Messages 10,094 Location FR keep a database table mapping id's to filenames if you can't use a database, store the mappings in a text file. Upvote 0 Downvote
keep a database table mapping id's to filenames if you can't use a database, store the mappings in a text file.