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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:57:46+00:00 2026-06-17T05:57:46+00:00

I am just experimenting with some databases for my webshop. And right now I

  • 0

I am just experimenting with some databases for my webshop.
And right now I try to add products through an admin pages to my database.
I have this in :

<?php
function test(){the code}
?>

and in body I have a form with this:

<form action="test()" method="post">
</form>

Is this possible to do with xHTML or not?
If not what would be the best way?

  • 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-17T05:57:47+00:00Added an answer on June 17, 2026 at 5:57 am

    If you want to use PHP and a form to submit data just use this example:

    <?php
    if(isset($_POST['submit'])){
    $myvar = $_POST['myvar'];
    echo $myvar;
    }
    ?>
    <form action='' method='POST'>
    <input type='text' name='myvar'>
    <input type='submit' name='submit'>
    </form>
    

    Now if you want to use that data in a javascript function try.

    <script type="text/javascript">
    function myfunction(){
    var MyData = document.getElementById('myvar').value;
    }
    </script>
    <form action='' method='POST'>
        <input type='text' id='myvar'>
        <input type='submit' onClick='myfunction()' id='submit'>
        </form>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm just starting to dive into some basic Android development and have been experimenting
I've only just started looking at Dapper.net and have just been experimenting with some
I have just started experimenting with Serproxy and Arduino to get some serial data
Hi I've just started experimenting with .live and .die and having some great results
I am a beginner and have just started experimenting with the modeling tool in
I've been searching and experimenting for nearly four hours now, so I'm gonna just
As a php learner, I have been experimenting with some of the smaller PHP
I just started with ASP.NET MVC 1.0. I've read through some tutorials but I
i have just begun experimenting on using table layout panel to keep things organised.
Im experimenting with some JQuery and timing. I use the code below just for

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.