Hello there,
I have installed Apache1.3..+PHP4.1 on windows2000..PHP is working fine under apache but problem comes when I try to send a values from one html file to another php file..
e.g
TEST.HTML
<FORM METHOD="POST" ACTION="EXAMPLE.PHP">
<INPUT TYPE="TEXT" NAME="test">
<INPUT TYPE="SUBMIT" VALUE="test">
</FORM>
EXAMPLE.PHP
<?PHP
print "$test";
?>
but on browser I'm getting nothing..
plz help me to come out of this Bcoz I'm totaly new to this environment..
Thanx in advance.
--Unmendu