|
Hello,
I am looking for a way to parse the information of a CSV file. Such as if I were to upload a file, I would want to collect the data to use in a link. Such as a file for contact information, I want to set this up to turn the information into a link like submit.php?name=bob&address=1234 .... but do not know how to deal with the file to get it into this format. Any help is appreciated.
|