Skip to content
Snippets Groups Projects
Commit 3a23d2b3 authored by Arya Pradipta's avatar Arya Pradipta
Browse files

adduser again

parent 6cddd9c6
Branches
No related merge requests found
Pipeline #5246 canceled with stages
......@@ -29,7 +29,7 @@ array_shift($csvAsArray); #buang contoh
array_shift($csvAsArray); #buang contoh
foreach ($csvAsArray as $value) {
$dataPegawai = explode(';', $value[0]);
$stringQuery = '(' . $dataPegawai[1] . ",'" . $dataPegawai[0] . "'), ";
$stringQuery = '(' . $dataPegawai[0] . ",'" . $dataPegawai[1] . "'), ";
$sqlInsert = $sqlInsert . $stringQuery;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment