Forum Moderators: coopster
I know that it opens a file or something, but could someone please give me a little example of what it does/what its usefull for!
$fp = fopen(/puplic_html/templates/userpages/ricky.php, "w");
fwrite($fp, $new_member_file);
fclose($fp);
Thanks heaps
Ricky
these are all php filesystem functions [php.net].