Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hidden fields value on first submit

Status
Not open for further replies.

kusarigama

Technical User
Apr 24, 2002
45
DE
hidden fields (Visitor) Apr 25, 2002
Hi all,

is there a way to get the value of a hidden field as soon as the the form is submitted. The current state is that the value is only visible when I press the submit button a second time.

Here is the snippet:

if( ...something)
{
print&quot;<input type=\&quot;hidden&quot; name=\&quot;path_a\value=$path_a>&quot;;
}

echo $path;

Olli
 
if( ...something)
{
print&quot;<input type=\&quot;hidden&quot; name=\&quot;path_a\value=$path_a>&quot;;
echo $path;
}


***************************************
Party on, dudes!
[cannon]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top