oh i can get php to read from a text file.
what i want to do now is put the first line into a variable then the second line in to a second variable. check something then make the first variable the same as the 3rd line
Psedo code
Variable 1 = first line
Variable 2 = second line
"do something"
clear variable 1 and 2
Variable 1 = third line
varible 2 = forth line
ect repeat till end of file.
what i want to do now is put the first line into a variable then the second line in to a second variable. check something then make the first variable the same as the 3rd line
Psedo code
Variable 1 = first line
Variable 2 = second line
"do something"
clear variable 1 and 2
Variable 1 = third line
varible 2 = forth line
ect repeat till end of file.