Kiitos,cahva 🙂 Tämä komentosarja toimii hyvin 🙂
to Installer: Thank you 🙂 this code I was searching for.
Anyway I solved it somehow with finding positions of strings and counting the lenght of each.
Now every word inside the text has a value and I hope (crossing fingers to work) is ready for further processes.
this is what I got:
$pos = strpos($text," SU ", 1)." ";
$pos1 = strpos($text,"PCE",1)." " ;
// echo $pos1 ;
$supp = substr($text,590,14) ;
// echo $supp ;
$buy = substr($text,1077,14) ;
// echo $buy ;
$DP = substr($text,1565,14) ;
// echo $DP ;
$where = substr($text,1579,185) ;
// echo $where." " ;
$SN = substr($text,2053,14) ;
//echo $SN ;
$CO = substr($text,2541,14) ;
// echo $CO ;
$TXT = substr ($text,3023,38) ;
// echo $TXT."<br>" ;
can I use the vars to send them to a table?