\n\n";
// Open a file
$file = fopen("links/kycnotme_exchanges.csv", "r");
// Fetching data from csv file row by row
while (($data = fgetcsv($file)) !== false) {
// HTML tag for placing in row format
echo "
";
foreach ($data as $i) {
echo "
" . htmlspecialchars($i)
. "
";
}
echo "
\n";
}
// Closing the file
fclose($file);
echo "\n
";
?>
SMS
\n\n";
// Open a file
$file = fopen("links/kycnotme_sms.csv", "r");
// Fetching data from csv file row by row
while (($data = fgetcsv($file)) !== false) {
// HTML tag for placing in row format
echo "
";
foreach ($data as $i) {
echo "
" . htmlspecialchars($i)
. "
";
}
echo "
\n";
}
// Closing the file
fclose($file);
echo "\n
";
?>
VPNs
\n\n";
// Open a file
$file = fopen("links/kycnotme_vpns.csv", "r");
// Fetching data from csv file row by row
while (($data = fgetcsv($file)) !== false) {
// HTML tag for placing in row format
echo "
";
foreach ($data as $i) {
echo "
" . htmlspecialchars($i)
. "
";
}
echo "
\n";
}
// Closing the file
fclose($file);
echo "\n
";
?>
VPS
\n\n";
// Open a file
$file = fopen("links/kycnotme_vps.csv", "r");
// Fetching data from csv file row by row
while (($data = fgetcsv($file)) !== false) {
// HTML tag for placing in row format
echo "
";
foreach ($data as $i) {
echo "
" . htmlspecialchars($i)
. "
";
}
echo "
\n";
}
// Closing the file
fclose($file);
echo "\n
";
?>
Other
\n\n";
// Open a file
$file = fopen("links/kycnotme_other.csv", "r");
// Fetching data from csv file row by row
while (($data = fgetcsv($file)) !== false) {
// HTML tag for placing in row format
echo "
";
foreach ($data as $i) {
echo "
" . htmlspecialchars($i)
. "
";
}
echo "
\n";
}
// Closing the file
fclose($file);
echo "\n