Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 492 Bytes

File metadata and controls

27 lines (19 loc) · 492 Bytes
$firm
$value"; if(!empty($name) || !empty($firm) || !empty($value)){ $cvsData = $name . "," . $firm . "," . $value . "\n"; // Add newline $fp = fopen("_data/vplacila.csv","a"); // $fp is now the file pointer to file $filename if($fp) { fwrite($fp,$cvsData); // Write information to the file fclose($fp); // Close the file } } ?>

layout: default

Hvala