how could i save a php code into a php file with fopen()
for examble i want to save this code into php file
PHP Code:<?php
$a=fopen("one.php","w");
fwrite($a,"any thing");
fclose($a);
?>
![]()
|
Results 1 to 15 of 15
Thread: making php file with fopen()Threaded View
|
Click Here to Expand Forum to Full Width |