Hi,
I have installed Redhat Linux 9. With the same Installation PHP/MySQL/Apache has been installed.
However the automatic posting of form fields is not working.
Following is the example :
<form action=ActionPage.php method=Post>
<input type=text name="FirstName" value="Lutfal">
</form>
At ActionPage.php
$FirstName return NULL value.
But $_POST['FirstName'] returns expected Value (here "Lutfal"
Is there anything to configure at PHP.INI file ? Or any other solution ?
Thanks in advance.
Lutfal
I have installed Redhat Linux 9. With the same Installation PHP/MySQL/Apache has been installed.
However the automatic posting of form fields is not working.
Following is the example :
<form action=ActionPage.php method=Post>
<input type=text name="FirstName" value="Lutfal">
</form>
At ActionPage.php
$FirstName return NULL value.
But $_POST['FirstName'] returns expected Value (here "Lutfal"
Is there anything to configure at PHP.INI file ? Or any other solution ?
Thanks in advance.
Lutfal