%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/losik.varak.net/app/
Upload File :
Create Path :
Current File : /www/varak.net/losik.varak.net/app/mail-list.php

<?php
/**
 * Created by IntelliJ IDEA.
 * User: mvarak
 * Date: 02/02/2019
 * Time: 3:51 PM
 */

$results = dibi::query("select s.name, s.email from shooters s join shooter_match sm on s.id=sm.shooterid where sm.match=%i order by s.name", $id);
header("Content-Type: text/csv");
header("Content-Disposition: attachment; filename=\"losik-maily-$id.csv\"");

echo "Name,Email\n";
foreach ($results as $result)
{
    echo "" . $result->name . "," . $result->email . "\n";
}
die;

Zerion Mini Shell 1.0