Think before you speak, read before you think.
—
by
写变量到文件
$myfile = fopen("./testfile.txt", "w"); $txt = "Jane Doe\n"; fwrite($myfile, $txt); fwrite($myfile, $query); fclose($myfile);
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Δ
Leave a Reply