//mencari nama file
$text ="-";
//path to directory to scan
$directory = "../academic/document/sk-sks/20152/";
//get all text files with a .txt extension.
$texts = glob($directory . $row[1]. ".pdf");
{foreach($texts as $text);}
if ($text <= 0);
{
echo $text. "</td>"; //Text
}
$text ="-";
//path to directory to scan
$directory = "../academic/document/sk-sks/20152/";
//get all text files with a .txt extension.
$texts = glob($directory . $row[1]. ".pdf");
{foreach($texts as $text);}
if ($text <= 0);
{
echo $text. "</td>"; //Text
}
Comments
Post a Comment