Wednesday, August 29, 2012

how to create file using php and write some thing

$filename="bikash.txt";
$fx=fopen($filename,a);
$string="heloo bikash";
fwrite($fx,$string);
fclose($fx);

No comments:

Post a Comment