Trizoy
VIP Member
Hello Everyone,
I need some help in creating some kind of form...
I would input a template of text, and I would like SOMETHING to pull specific text from the file. The text will always be in the same format, and I would like to output some of the text to 2 lines of information with some other text in it... I know it ssounds weird...
But I have this:
An I would want it to output this
I am only pulling from 2 lines!
If you cant visualize it from that, try this
POD POA TRACK GEN/CHG LAST USED EXPIRES
RJAA ZBAA FPD 06.12.2006 16.12.2004
OPTIONS USED
ROUTE INPUTS AUTOMATICALLY VERIFIED
J,KCC--V26 JEC G585 SEL G597 DONVO A326 VYK--J
RJAA NRE8R KCC V26 JEC G585 SEL G597 DONVO A326 VYK VYK11A ZBAA
DIST 1297 NM
RESPONSIBILITY:
TT
An I would want it to output this
RT,SAV,RJAA,ZBAA/fpd
J,KCC--V26 JEC G585 SEL G597 DONVO A326 VYK--J
I need some help in creating some kind of form...
I would input a template of text, and I would like SOMETHING to pull specific text from the file. The text will always be in the same format, and I would like to output some of the text to 2 lines of information with some other text in it... I know it ssounds weird...
But I have this:
PHP:
POD POA TRACK GEN/CHG LAST USED EXPIRES
RJAA ZBAA FPD 06.12.2006 16.12.2004
OPTIONS USED
ROUTE INPUTS AUTOMATICALLY VERIFIED
J,KCC--V26 JEC G585 SEL G597 DONVO A326 VYK--J
RJAA NRE8R KCC V26 JEC G585 SEL G597 DONVO A326 VYK VYK11A ZBAA
DIST 1297 NM
RESPONSIBILITY:
TT
An I would want it to output this
PHP:
RT,SAV,RJAA,ZBAA/FPD
J,KCC--V26 JEC G585 SEL G597 DONVO A326 VYK--J
I am only pulling from 2 lines!
If you cant visualize it from that, try this
POD POA TRACK GEN/CHG LAST USED EXPIRES
RJAA ZBAA FPD 06.12.2006 16.12.2004
OPTIONS USED
ROUTE INPUTS AUTOMATICALLY VERIFIED
J,KCC--V26 JEC G585 SEL G597 DONVO A326 VYK--J
RJAA NRE8R KCC V26 JEC G585 SEL G597 DONVO A326 VYK VYK11A ZBAA
DIST 1297 NM
RESPONSIBILITY:
TT
An I would want it to output this
RT,SAV,RJAA,ZBAA/fpd
J,KCC--V26 JEC G585 SEL G597 DONVO A326 VYK--J
