File "ccc.php"

Full path: /www/ri/ccc.php
File size: 286 B
MIME-type: text/x-php
Charset: 8 bit

Download   Open   Back

<?php

//ѓfЃ[ѓ^ѓxЃ[ѓX“o^Џ€—ќ
$mk_file_name = "/www/ri/csv/20190322152428.csv";


$cm = "sudo -u postgres psql shimooguni -c \" COPY ri.data FROM '" .$mk_file_name ."' WITH CSV\";";
$a = exec($cm);
$fpt =fopen("test.txt","a");
fwrite($fpt,$cm  ."__result:" .$a ."\n");
fclose($fpt);

?>

PHP File Manager