Page 2 of 2

XAMPP php values

PostPosted: 03. June 2015 10:55
by lunaticbit
Among the others a new problem has rised in my learning quest.
somewhere In the code there 's the statement:

echo "<input type=\"hidden\" name=\"this_value\" value=\"$l_value\">";

Changing the name e.g. from:

echo "<input type=\"hidden\" name=\"this_value\" value=\"$l_value\">";

to

echo "<input type=\"hidden\" name=\"new_value\" value=\"$l_value\">";

After ending session, returning back, terminate xampp, even restarting windows v.7 both 32 & 64 versions
the follwing messsage is prompting:

Notice: Undefined variable:this_value in C:\xampp\htdocs\myfolder\select_form.php on line 32

I feel like the cow who was saw the train for the first time inn her life!

Re: passing values between .php pages

PostPosted: 03. June 2015 16:27
by mark.mcdonald