Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6925727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:49:36+00:00 2026-05-27T10:49:36+00:00

I provide this directory & file: $path = $_POST[‘q2Path’]; $file = test.txt; // q2Path

  • 0

I provide this directory & file:

$path = $_POST['q2Path'];
$file = "test.txt";
// q2Path == "C:\Users\micah\Desktop\only_dir_named_this"

The code runs this block:

$write_str = "TEST TEST TEST";
$fh = fopen($file, 'a') or die("can't open: $path\\$file");
$chars = fwrite($fh, $write_str) or die("can't write to: $path\\$file");
fclose($fh) or die("can't close: $path\\$file");
echo "<pre>&gt; Appended $chars characters to: $path\\$file</pre>"; 

This is the browser output:

Appended 14 characters to: C:\Users\micah\Desktop\only_dir_named_this\test.txt

And in the end, the file is empty and the ‘last modified’ timestamp hasn’t changed. I’m not sure what’s up. I’m using ZendServer on Win7. Perhaps there’s a php.ini setting that needs adjustment? I’ve never had a problem with a simple file write…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T10:49:37+00:00Added an answer on May 27, 2026 at 10:49 am

    You write $path\\$file, but you do fopen($file, 'a')

    It should be

    $fh = fopen($path . DIRECTORY_SEPARATOR . $file, 'a') or die("can't open: $path\\$file");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there an API (Twitter API does not provide this) that I can use
First, I would to thank everyone for all the help they provide via this
This question is inspired by Does Linux provide a monotonically increasing clock to applications
If this is possible, please provide a sample query or two so I can
Hoping someone can provide an answer with this, although it's not 100% programming related.
Hopefully this is a simple one, but can anyone provide some simple c# code
Can someone provide some light on how to do this? I can do this
I want to provide a custom Batcher for Hibernate to use (for this reason:
This is the situation. I'm trying to provide a service where someone embedds an
Forgive me if this has already been asked (and feel free to provide a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.