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 8292673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T13:34:05+00:00 2026-06-08T13:34:05+00:00

Hello guys that is not normal :) !! foo.php <?php if (isset($_POST[‘data’])) $stringData =

  • 0

Hello guys that is not normal 🙂 !!

foo.php

     <?php 
         if (isset($_POST['data']))
         $stringData = $_POST['data'];
         $file = "ciao.txt"; 
         $fh = fopen($file, 'w') or die("can't open file");
         fwrite($fh, $stringData);
         fclose($fh); 

         ?>

file.js

    function WriteToFile() {
        var dataa = "foo bar";
     $.post("foo.php", {data: dataa}, function(result){ alert("ciaoooo!!");}            
           , "json");
    }

this is the error and i can’t write on my file.txt

Notice: Undefined variable: stringData

I tried also with that kind of function

function WriteToFile() {
    var data = "foo bar";
$.ajax({
    url: 'foo.php',
    type: 'POST',
    data: { 'data' : 'data'},
    success: function() {
        alert('the data was successfully sent to the server');
    }
});

but the result is the same!! Anyone have some idea???
  • 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-06-08T13:34:06+00:00Added an answer on June 8, 2026 at 1:34 pm

    Ok, I think here’s what is happening:

    The code you have posted (foo.php/file.js in example 1) is correct, and will work without issues. I am not sure if you are trying to hit the foo.php URL directly in the browser. In that case there is nothing posted, so $stringData will be undefined, and it will throw the notice you are seeing.

    What you need to do is:
    1. Include the file.js script in an HTML file.
    2. Make sure you have included jquery library
    3. Make sure that the PHP (foo.php) file path is correct in $.POST
    4. Call WriteToFile() on the HTML body onLoad function

    Here is a sample HTML which should work (update path to foo.php if needed)

    <script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
    <script>
    function WriteToFile() 
    {
        var dataa = "foo bar";
        $.post("foo.php", {data: dataa}, function(result){ alert("ciaoooo!!");}, "json");
    }
    </script>
    

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello guys for example when I open with notepad a text file it's shows
Hello guys i have dataform in silverlight 4 project item source is: ItemsSource={Binding Data,
Hello guys. I think it isn't possible just using PHP, but just to be
hello guys i am try to print the output of two element data simultaneously
Hello guys i try to get an object global/persistent over more than one php
Hello guys I need to pass a string array over to a setter that
Hello guys Im trying to set a max width and height so that when
Hello guys I have a DIV that I got passed trought a js function
Hello guys I was wondering why some websites which uses php (or any other
Hello is there a way to take the content of a php file while

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.