Volodya
07-26-2004, 01:23 AM
ANYBODY .... HELP ME ,..., REDHAT9 and PHP
Why my PHP doesnt send variables from the <input> fields???
I have the linux, I think the most problematic one ....RedHat Linux 9 Shrike ........
I dont know, what`s the problem.
I write a simple *.htm page that contains the minimal.
/************* index.html***************/
<html>
<form action="next.php">
Login:
// here I use any method, POST or GET ... no use.
<p><input type = text name = "login" method="post"></p>
<p><input type = submit></p>
</form>
</html>
/**************** next.php********************/
<?php
echo $login;
//HERE NOTHING PRINTS ,..., EMPTY ,...,
//however, the URL is set with the variables, and their values.
//I think it simply wont send the variables.. WHY????
//if it must be configured in conf files, please tell me. //or I`ll think this RH9 sucks .....
?>
Why my PHP doesnt send variables from the <input> fields???
I have the linux, I think the most problematic one ....RedHat Linux 9 Shrike ........
I dont know, what`s the problem.
I write a simple *.htm page that contains the minimal.
/************* index.html***************/
<html>
<form action="next.php">
Login:
// here I use any method, POST or GET ... no use.
<p><input type = text name = "login" method="post"></p>
<p><input type = submit></p>
</form>
</html>
/**************** next.php********************/
<?php
echo $login;
//HERE NOTHING PRINTS ,..., EMPTY ,...,
//however, the URL is set with the variables, and their values.
//I think it simply wont send the variables.. WHY????
//if it must be configured in conf files, please tell me. //or I`ll think this RH9 sucks .....
?>
