nadal nie śmiga..
<?php
$edycja = "sciezka/style.css";
$newCSS = null;
foreach($read as $key => $value)
{
$newCSS .=substr($key, 4)."\n"; }
file_put_contents($_POST['tekst'], $newCSS);
}
echo '<center><form action="" method="post"><input type="hidden" name="edycja" value="'.$filee.'" /><textarea id="tekst" name="tekst" rows="27"cols="85">'; foreach($read as $key => $value) {
echo '['.$key.'] '.$value; }
echo '</textarea><br><br><input type="submit" value="Zapisz"/></form></center>';
?>
tresc bledu:
Warning: file_put_contents([0] /************************************************************************ [1] RESET LAYOUT [2] *************************************************************************/ [3] html, body, div, span, applet, object, iframe, [4] h1, h2, h3, h4, h5, h6, p, blockquote, pre, [5] a, abbr, acronym, address, big, cite, code, [6] del, dfn, em, font, img, ins, kbd, q, s, samp, [7] small, strike, strong, sub, sup, tt, var, [8] b, u, i, center, [9] dl, dt, dd, ol, ul, li, [10] fieldset, form, label, legend, [11] table, caption, tbody, tfoot, thead, tr, th, td { [12] margin: 0; [13] padding: 0; [14] border: 0; [15] outline: 0; [16] font-size: 100%; [17] vertical-align: baseline; [18] background: transparent; [19] } [20] html { [21] -webkit-text-size-adjust: none; [22] } [23] body { [24] [25] line-height: 1; [26] } [27] ol, ul { [28] list-style: n in /home/sciezka/ust_css.php on line 18