Jump to content

Search the Community

Showing results for tags 'permission denied'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 2 results

  1. Please help: Function copy () is a PHP function to copy files from one directory to another directory. Script php : <?php $dira='C:\Documents and Settings\admiN\Desktop\aaa\1.txt'; ---> Path Source (computer A) $dirb='\\\\server\\serversavegame\\1.txt'; ---> Path Destination (computer B) copy($dira,$dirb); ---> function copy() ?> Folder in source path and destination path I have shared with all the network status allow to change my files. But when I was running still error, the error description: Warning: copy(\\server\serversavegame\1.txt) [function.copy]: failed to open stream: Permission denied in C:\xampp\htdocs\tesdir\index.php on line 4 Please help thanks
  2. Hi there, I was wontering if anyone can help me with this, i get this error everythime i try to write out a file using php. I canged the folder permissin to chmod 777 but i get the same error? Warning: fopen(products.csv) [function.fopen]: failed to open stream: Permission denied in /home/synat/public_html/demostore/ws-user/list.php on line 351 Please Help ??
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.