PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
the output that I am getting:
---------------------------------------------------
good<br/>
<b>blahh blahh <b>
</body>
</html>
--------------------------------------------------
any thoughts?
Groop I implore thee, my foonting turlingdromes.
And hooptiously drangle me with crinkly bindlewurdles.
Or I will rend thee in the gobberwarts with my burglecruncheon, see if I don't!
I was expecting merely ' good ' as a response; ofcourse I can cut all the extra stuff away but nevertheless I would like to know why I am getting all that extra stuff
hello phenom; here is my php code:
----------------------------------------------------
<html>
<head>
<title>Untitled Document</title>
</head>
<body>
<?
echo "$var=good";
?>
</body>
</html>
------------------------------------------------------
and the output is:
-------------------------------------
good<br/>
</body>
</html>
-------------------------------------
please note that in my earlier post I had also <b>blahh blahh <b> but that I have removed it