I running a php script on Linux box and I'm having problems with permissions
...
I can upload a file to the same directory ... I just can't get php to open a
file.

here is my code ..


$profilename="/home/jwd/html/HeadHunter/".$FIRSTNAME."_".$LASTNAME."_MemberP
rofile.html";
        $htmlfile=fopen($profilename,"w+b");

any ideas ??

Thanks !

Rob Hermann
[EMAIL PROTECTED]

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

Reply via email to