If I have a text file formatted as such:
00:00:00 Text 1
00:00:01 Text 2
00:00:02 Text 3
00:00:03 Text 4
00:00:04 Text 5
00:00:05 Text 6
How would I create a PHP function to get all text after a specific time starting from the next line?
Example: Time 00:00:03 specified, fetch all lines from 00:00:04.
Checkout the PHP functions:
Essentially you will want to follow a process like: