%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/jalalj2hb/public_html/ftm-admin/data/
Upload File :
Create Path :
Current File : /home/jalalj2hb/public_html/ftm-admin/data/save_snippet.php

<?php

$json_file = 'snippets.json';

$json = file_get_contents($json_file);
$json_data = json_decode($json);

$data = array(
    'language' => htmlspecialchars($_POST['language']),
    'title' => htmlspecialchars($_POST['title']),
    'content' => htmlspecialchars($_POST['content'])
);

$json_data[] = $data;
file_put_contents($json_file, json_encode($json_data, JSON_PRETTY_PRINT));

Zerion Mini Shell 1.0