Problem with fallowing code
Posted: Wed May 12, 2004 2:20 am
Dear friends
I m working RedHat Linux 9.0 using PHP-4.3-6 and Apache 2-0-47-10 and I getting problem that the form variable can't process php tag the out put fallowing programme is
that is contant of $username variable is empty even though if i enter something in text box
Please Help me
<HTML>
<FORM>
Please type your name here:<br>
<INPUT TYPE=TEXT NAME=username><BR><BR>
<INPUT TYPE=SUBMIT VALUE='Enter'>
</FORM>
<BR><BR>
You Typed:
<?php
echo ($username);
?>
</HTML>
I m working RedHat Linux 9.0 using PHP-4.3-6 and Apache 2-0-47-10 and I getting problem that the form variable can't process php tag the out put fallowing programme is
that is contant of $username variable is empty even though if i enter something in text box
Please Help me
<HTML>
<FORM>
Please type your name here:<br>
<INPUT TYPE=TEXT NAME=username><BR><BR>
<INPUT TYPE=SUBMIT VALUE='Enter'>
</FORM>
<BR><BR>
You Typed:
<?php
echo ($username);
?>
</HTML>