Hey guys,
I'm trying to preg_match the following line from a saved database file:
1,username,password,row1,row2,row3,row4,row5,row6,row7,row8,row9,row10,row11,row12,row13,row14,row15
I need to be able to parse out the text which is separated by a comma, such as matches[1] would return "1" and matches[2] would return username, so on.
Any enlightenment for me?
Thanks