i am trying to create a file, without success my code:
when i ftp in i cannot see the filePHP Code:<?
$tmp = tempnam ("/neo.nocdirect.com/public_html", "tmpFile");
$fp = @fopen ($tmp, "w");
if (!$fp){
die("no");
}
fputs($fp, "hi\n");
@fclose($fp);
?>
how can i do this to make it work? cheers


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks