I bir dosyayı göndermek için bir html formu kullandığınızda, nasıl ben php o dosyanın içeriğini başvurmalıyım?
Bu işe yarayacak mı?
$data = $_POST['file'];
$pre = explode(";;;", $data);
Dosya btw bir metin dosyası
UPDATE
the csv is field enclosed with ::: and lines terminated by ;;;. How can i load this into a variable without breaking the php script, which is what is happening now