php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38036 Echo not displaying the output...
Submitted: 2006-07-07 19:24 UTC Modified: 2006-07-07 21:24 UTC
From: ln dot pngn at gmail dot com Assigned:
Status: Not a bug Package: Output Control
PHP Version: 5.1.4 OS: windows xp
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ln dot pngn at gmail dot com
New email:
PHP Version: OS:

 

 [2006-07-07 19:24 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-07 21:24 UTC] tony2001@php.net
You didn't install PHP or installed it incorrectly.
Not PHP problem.
 [2012-06-08 09:24 UTC] 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
 [2012-06-08 09:26 UTC] uk2000turbo dot scoob at hotmail dot co dot uk
<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>
 [2012-06-08 09:27 UTC] uk2000turbo dot scoob at hotmail dot co dot uk
That last piece of code doesn't work. I'm learning php and if those basic things 
aren't functionning, how am I supposed to learn properly!!
 [2012-06-08 09:31 UTC] uk2000turbo dot scoob at hotmail dot co dot uk
Update:

for you information, echo AND print aren't working. ^^
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC