Hi,
How do I import a text file that has variables within it in the format of: var1=test&var2=test...etc.?
Thanks for any help, ~Oni.
fopen, fread
Thanks. But I still don't understand how to use the variable from the txt file. Do I need to manipulate the string that the fread creates?
See parse_str.
BINGO! Thank you so much.