Posted by olesolo on 07/06/06 08:33
Hi everybody!
THis a part of my script.
$fp_html = @fopen("../".$product['prodname'].".html", "w");
fwrite($fp_html, $item_html);
fclose($fp_html);
chmod("../".$product['prodname'].".html", 0775);
I want to create .html files and then set them chmod 775.
But it doesn`t work :\ created files has 664.
What is wrong?
sorry for my poor english. i`m russian :\
[Back to original message]
|