trying to generate text from a list

dunivan

New Member
hello,

im having a hard time with a coding implementation, so move this if it needs to be please.

i have 100 free album codes from my online retailer (i am an independent musician) and would like to create a way for a visitor on the site to generate a code by clicking a button. i have the codes in a csv file, and can put them in a text file. i want the script or code to generate a code from the list as people press a generate button.

is this possible? any help would be great.
 

emopoops

Banned
using a csv file makes no sense! why not use txt wayyy easier! dont mae it harder than it should be! use mysql to print the code on the page (php to print mysql to get it) php is the main thing and csv is not cool.
 
Top