Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    Please edit your question and clarify. What does $notificationFile contain? Is it the name or the entire line you show? What exactly are you trying to extract? What can and what cannot change in the general case? Will there always be 5 fields at the beginning that you want to ignore? Can there be more? Or less? Commented Jun 20, 2016 at 9:40
  • I have edited my question Commented Jun 20, 2016 at 9:45
  • 1
    Great, but please edit it and answer my questions. You need to explain exactly what you need, don't expect us to guess. For example, it looks like you want to remove the 1st 4 fields defined by _, if so say so. You still haven't explained what is in the variable you echo. Is it the NotificationFile = 'NFT_P... that you show in your question? Is it only the part after the =? Is it something else? And how about the name? Ok, the first 4 (presumably "_" separated) fields must be ignored, but what comes afterwards? How many fields? Edit your question and explain exactly what you need. Commented Jun 20, 2016 at 9:59