• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Dynamic varibles and Static Varibles

Participant ,
May 26, 2006 May 26, 2006

Copy link to clipboard

Copied

I have this table row with these data element in it........I want to be able to change the text of my data elements and when i write them to a file they are changed when i view the file......Right now if i change the value in the text field it still writes the data from the database to the file.......Do i need to change the ouput to the name instead of the values????? Any help on this would be great....
TOPICS
Advanced techniques

Views

209

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 26, 2006 May 26, 2006

Copy link to clipboard

Copied

LATEST
If you display the form and the values from the database are shown, you are on the right track. When a user makes a change in the content of a text box and clicks the submit button, the action page declared in the <FORM> tag is loaded. The name/value pair of each text box is available in the action page. Use these values to update your database.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation