ementyitemi
New Member
Let say i want to read a text file using php.Now my text file contain\[code\]User=TestAge=18Gender=FUser=Test2Age=34Gender=M\[/code\]and following like that.Now let say i want to use php to read the text file and find only value of User= and display it.What is the easiest way to accomplish this?Thank you.