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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:13:22+00:00 2026-05-29T06:13:22+00:00

I have these codes: testing.php <html> <head> <script type=text/javascript> function copy_data(id){ var a =

  • 0

I have these codes:

testing.php

<html>
<head>
<script type="text/javascript">
        function copy_data(id){
            var a = document.getElementById(id).value;
            document.getElementById("copy_to").value=a;
        }
    </script>
</head>
<body>
<form action="testprocess.php" method="post">
<input type="text" name ="a" id="copy_from" onkeyup="copy_data('copy_from')"/>
<input type="text" value=0 name ="b" id="copy_to"/>
<input type="submit">
</form>
</body>
</html>

testprocess.php

<?php

    $test = $_POST['copy_to'];

    echo $test;
?>

I get an error saying that 'copy-to' is an undefined variable. Can you please tell me why?
Thanks.

  • 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-29T06:13:23+00:00Added an answer on May 29, 2026 at 6:13 am

    $_POST values are passed through an element’s name attribute rather than the ID. Try this:

    <input type="text" value=0 name="copy_to" id="copy_to"/>
    

    And make sure you use a an underscore in your PHP variable:

    $test = $_POST['copy_to'];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a very simple file upload PHP script. I am testing with a
I have been doing some testing with the differences between JavaScript and PHP regular
I wrote this code I have these errors Cannot implicitly convert type x.Program.TreeNode' to
I have a bunch of these little bits of HTML code repeated over and
I have this code which will include template.php file from inside each of these
I think I may have found a bug in PHP's crypt() function under Windows.
Here's my problem: I have a form in index.html, it will have a text
I have these two pieces of code, wich one is more readable? foreach decimal
So I have this code for these Constructors of the Weapon class: Weapon(const WeaponsDB
I have seen code around with these two styles , I am not not

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.