Dear all, I found this problem, i using text file with php, when i open it and i search the string name "Google" if found i want to get string behind it 10, how can i do? Thanks
Hello, Use www.php.net/strpos to get the location of the word, and www.php.net/substr to disect around it. Jay