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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T03:29:12+00:00 2026-06-07T03:29:12+00:00

I am a little bit confused with PHP. It’s a simple question I want

  • 0

I am a little bit confused with PHP. It’s a simple question

I want to submit a form. For example:

<form name='formname' action='code.php' method="POST">
    <input name='inputname' type='text'/>
    <input type='submit'>
</form>

So, the server gets whatever is typed and for argument sake it adds cool to the end of the text and echos $inputname.'cool text you got there';

How do I get that response and use it in my javascript?

  • 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-07T03:29:15+00:00Added an answer on June 7, 2026 at 3:29 am

    Your response would be in code.php or a page that code.php redirects to.

    Basically, you submit the form, it loads code.php, any logic that the form inputs use go there and interact with the database, then you choose how to redirect the user from there.

    If you want to see if the inputname form input is getting set, you can do this:

    <?php
            if(isset($_POST["inputname"]))
            {
                $inputname = $_POST["inputname"];
                echo $inputname;
            }
            else
            {
                echo "inputname not set!";
            }
    ?>
    

    To get it to be used in your javascript, one potential way of doing that is adding a variable to the url:

    ./mypage.php?input=yourinputname
    

    Then, on your main page with the form (or whatever page you redirect to), you can use PHP to check to see if $_GET['input'] exists, then echo it if you like.

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

Sidebar

Related Questions

I am a little bit confused by the PHP function declare . What exactly
I'm a little bit confused. I want to start learn Flex3 with Eclipse and
I'm a little bit confused about simple program which I wrote, can You please
I have a jquery code, but I'm a little bit confused on how can
I'm a little bit confused why it does not work. What i want is
I'm a little bit confused now after I've seen a code snippet for iPhone
I am a little bit confused trying to implement a very simple mutex (lock)
Ok, it might be a banal question but i'm a little bit confused. I'm
I'm a little bit confused about the custom UiViewController inheritance. For example if I
i'm a little bit confused here. i've PHP file that retrieve database records .

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.