I want to use the name of the form element directly inside my PHP file, e.g
(input type=text name="myvar"), but when I use $myvar inside my php file the following
error message is appeared:
Notice: Undefined variable: xam in h:\techphp\arr1.php on line 19. Note:
I'm sure to make right Action in the form tag i.e (..action="arr1").
So Please How can I Solve this problem? Is it from php.ini? and How?.
Note: This problem occured using in both PHP4.2.2 and 4.2.3
Another Note: The above code was working properly with php 4.0.5 in phpTriad package.
Said Bakr
😕