file_put_contents

14
Sep

file_put_contents转义

$file = $dir.$_REQUEST['file'];
@chmod($file,0777);
$content  = str_replace( '\"', '"', $_REQUEST['body']  );
$content  = str_replace( '\"', "'",
11
May

php统计系统

<?php
Syndicate content