CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 HELP NEEDED

Print topic Send  topic

Author Message
masster
Posted: 04/15/2002, 4:15 AM

I need to transfer to another form the field value that I input in a Record type form. How I can do that in two different cases:

1) The field type is Textbox.
2) The field type is Hidden.

I'm working in PHP+MySQL.

Thank you.
Alex Alexapolsky
Posted: 04/15/2002, 5:27 AM

Save it to session variable in After Update/Insert event.
Like

session("variable_name") = fldfield_name
Alex Alexapolsky
Posted: 04/15/2002, 5:28 AM

Follow up , for php it would be

set_session("var_name",$fldfield_name);

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.