Edit report at https://bugs.php.net/bug.php?id=38036&edit=1
ID: 38036
Comment by: uk2000turbo dot scoob at hotmail dot co dot uk
Reported by: ln dot pngn at gmail dot com
Summary: Echo not displaying the output...
Status: Not a bug
Type: Bug
Package: Output Control
Operating System: windows xp
PHP Version: 5.1.4
Block user comment: N
Private report: N
New Comment:
<html>
<head>
<title>Basic Form Submission</title>
<?php
$username = $_POST['username'];
?>
</head>
<body>
<form name="form1" method="GET" action="basic_form.php">
<input type="text" value="username" name="username">
<input type="submit" value="Submit" name="submit1">
</form>
</body>
</html>
Previous Comments:
------------------------------------------------------------------------
[2012-06-08 09:24:20] uk2000turbo dot scoob at hotmail dot co dot uk
Must be a php problem mate. I've installed wamp a while ago. all worked. I've
been
trying to echo the value of a textbox on the page to no avail. here's a simple
code which IS NOT working...And before tony2001 says anything...php IS
installed
------------------------------------------------------------------------
[2006-07-07 21:24:01] [email protected]
You didn't install PHP or installed it incorrectly.
Not PHP problem.
------------------------------------------------------------------------
[2006-07-07 19:24:00] ln dot pngn at gmail dot com
Description:
------------
Echo does not seem to respond/work.
Reproduce code:
---------------
<?php
echo "I'm just a dude.";
?>
Expected result:
----------------
I'm just a dude.
Actual result:
--------------
blank page
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=38036&edit=1