foreach ($file as $line) {
$elem = explode('<|>', $line);
echo $elem[0].$elem[1]. $elem[2]. $elem[3];
//echo $matches[1].'-'.$matches2[1].'-'.$matches3[1];
//как подгрузить $elem[2] = .$matches2[1] иии $elem[3 = $matches3[1]
}
есть папка с файлами именами 1, 2, 3 и тд файлы с одерижимым
$articles = glob("./clinic/*");
foreach($articles as $article)
{
$content = file_get_contents($article);
preg_match("|\/clinic\/(.*).php|Ui", $article, $matches);
preg_match("|question = <<< EOT(.*?)EOT;|is", $content, $matches2);
preg_match("|response = <<< EOT(.*?)EOT;|is", $content, $matches3);
echo $matches[1].'-'.$matches2[1].'-'.$matches3[1];
}
$file = file('clinic.dat');
foreach ($file as $line)
{
if(!strripos($line, "<|>")) continue;
$elem = explode('<|>', $line);
setlocale(LC_ALL, "ru_RU.urf-8");
$content = file_get_contents("./clinic/".$elem[0].".php", true);
preg_match("|question = <<< EOT(.*?)EOT;|is", $content, $matches2);
echo $question = $matches2[1];
//var_dump($question);
preg_match("|response = <<< EOT(.*?)EOT;|is", $content, $matches3);
echo $response = $matches3[1];
//var_dump($response);
//echo $elem[0].'<br>';
}
$out=$elem[0].$elem[1].$elem[2].$elem[3];
//$out="1<|>головная боль, простата<|>вопрос<|>ответ<|>";
$id = '1';
$keyws = 'Цистан, вагинит, уретрит, простатит';
$question = 'вопрос';
$response = 'ответ';
$out="<|>".implode("<|>",array($id,$keyws,$question,$response))."<|>";
//$out="<|>1<|>Цистан, вагинит, уретрит, простатит<|>вопрос<|>ответ<|>"
$file = file('clin.dat');
foreach ($file as $line) {
$elem = explode('<|>', $line);
echo $elem[0].' - '.$elem[1]. ' - '.$elem[2]. ' - '.$elem[3] .'<br>';
}
$articles = glob("./clinic/*.php");
foreach($articles as $article)
{
$content = file_get_contents($article);
preg_match("|\/clinic\/(.*).php|Ui", $article, $matches);
$file_id = $matches[1];
preg_match("|question = <<< EOT(.*?)EOT;|is", $content, $matches1);
$question = $matches1[1];
preg_match("|response = <<< EOT(.*?)EOT;|is", $content, $matches2);
$response = $matches2[1];
echo $file_id.'-'.$question.'-'.$response;
}
$file = file('clinic.dat');
foreach ($file as $line)
{
if(!strripos($line, "<|>")) continue;
$elem = explode('<|>', $line);
setlocale(LC_ALL, "ru_RU.urf-8");
$content = file_get_contents("./clinic/".$elem[0].".php");
preg_match("|question = <<< EOT(.*?)EOT;|is", $content, $matches2);
$question = $matches2[1];
var_dump($question);
preg_match("|response = <<< EOT(.*?)EOT;|is", $content, $matches3);
$response = $matches3[1];
var_dump($response);
//echo $elem[0].'<br>';
}
$file = file('clinic.dat');
foreach ($file as $line)
{
if(!strripos($line, "<|>")) continue;
$elem = explode('<|>', $line);
setlocale(LC_ALL, "ru_RU.urf-8");
$content = file_get_contents("./clinic/".$elem[0].".php");
preg_match("|question = <<< EOT(.*?)EOT;|is", $content, $matches2);
$question = $matches2[1];
var_dump($question);
preg_match("|response = <<< EOT(.*?)EOT;|is", $content, $matches3);
$response = $matches3[1];
var_dump($response);
//echo $elem[0].'<br>';
}
таш не инклюдТаш - это кто? И почему он не инклюд?
$file = file('clinic.dat');
foreach ($file as $line)
{
if(!strripos($line, "<|>")) continue;
$elem = explode('<|>', $line);
setlocale(LC_ALL, "ru_RU.urf-8");
$content = file_get_contents("./clinic/".$elem[0].".php");
preg_match("|question = <<< EOT(.*?)EOT;|is", $content, $matches2);
echo $question = $matches2[1];
//var_dump($question);
preg_match("|response = <<< EOT(.*?)EOT;|is", $content, $matches3);
echo $response = $matches3[1];
//var_dump($response);
//echo $elem[0].'<br>';
}