Share the code
$fh = fopen($myFile , 'w' ) or die( "can't open file" ); fwrite ($fh, $stringData); fclose ($fh);
No comments:
Post a Comment