I need help with fopen()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



$profilename="f:/inetpub/wwwroot/PHP_HeadHunterWebSite/HeadHunter/".$FIRSTNA
ME."_".$LASTNAME."_MemberProfile.html";

OR


$profilename="f:\inetpub\wwwroot\PHP_HeadHunterWebSite/HeadHunter\".$FIRSTNA
ME."_".$LASTNAME."_MemberProfile.html";

 @unlink($profilename);

  $htmlfile=fopen($profilename,"w");

I'm woirkign on a windows2000 server   php 4.3.1

I've check all my permissions .. they are fine .. any other suggestions




Warning:
fopen(f:/inetpub/wwwroot/PHP_HeadHunterWebSite/HeadHunter/test_test_MemberPr
ofile.html) [function.fopen]: failed to create stream: Permission denied in
f:\inetpub\wwwroot\PHP_HeadHunterWebSite\HeadHunter\creatememberprofile_crea
teit.php on line 31

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux