Why will my php not print output?
-
Please help. I am trying to print out the input from the text box to the handle-data.php page. What ever name you enter it shows up on the handle-php screen HTML PART (with javascript) <form name="myform" name= "name" action="handle-data.php"> <a href="javascript: submitform()"</a> </form> what color is the grass? <input type = "text" name ="name" id = "answer"> <input type = "button" id = "time" onclick="answer()"> PHP part <?php $name = $_POST["name"]; echo $name; ?>
-
Answer:
<form name="myform" name= "name" action="handle-data.php"> Needs to be... <form name="myform" name= "name" action="handle-data.php" method="post">
skateman... at Yahoo! Answers Visit the source
Related Q & A:
- What brand/type of laser printer will allow me to print out very tiny small text and allow me to see it?Best solution by Yahoo! Answers
- Why won't my printer print?Best solution by Yahoo! Answers
- Why does my printer only print text and not images?Best solution by Yahoo! Answers
- Why will my printer not print?Best solution by Yahoo! Answers
- Will a regular printer print on the photo paper?Best solution by answers.yahoo.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.