php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18427 Turner K.
Submitted: 2002-07-19 00:34 UTC Modified: 2002-07-19 02:15 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: myuu84 at hotmail dot com Assigned:
Status: Not a bug Package: Output Control
PHP Version: 4.2.1 OS: Windows ME
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: myuu84 at hotmail dot com
New email:
PHP Version: OS:

 

 [2002-07-19 00:34 UTC] myuu84 at hotmail dot com
Well, this is my code for this section of the site (I was testing something): 
                <form action="index.php" method="POST">
		Type somethin' in ya foo'!
		<input type="text" name="name">
		<input type="submit">
		</form><p>
		You typed: <?php echo $_POST["name"] ?>
That's within index.php.  It displays the form fine and the text, but, for example, if I were to type in "My name is Turner" in the text box and click the button, it displays "You typed: My name is TurnerName=My name is Turner" when I think it should just display "My name is Turner".  Why would it do that?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-19 00:35 UTC] myuu84 at hotmail dot com
I accidentally put a password in.  It is ultima if you want to reply.
 [2002-07-19 02:15 UTC] derick@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 06 10:01:27 2024 UTC