<?php $text = str_replace("\\n",chr(-164).chr(-164).'n',$_POST['json']); $text = str_replace('null,{','{',$text); $file = 'zapisanejson.js'; $function = file_get_contents($file); $function .= ' function '.$_POST[funct].'(scale){ var json = \''.$text.'\'; canvas.loadFromJSON(json); }'; file_put_contents($file, $function."\n"); ?>