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

Problems with Updating text fields

New Here ,
Feb 13, 2012 Feb 13, 2012

I currently have a php page that uses a MySql connection to display orders in a repeat table. Each row is an order and can individually be updated (each row is an individual form) The editable fields are in textboxes that are initially filled with the value that is currently in the database. For some reason when the "cost" field is not changed (the initiall value is still there) and I update the record the value is lost and that field goes blank.... Any ideas why this might be happening? Any help is appreciated. Thanks.

TOPICS
Server side applications
393
Translate
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
LEGEND ,
Feb 13, 2012 Feb 13, 2012
LATEST

>Any ideas why this might be happening?

Not without seeing code...including both the form code and the SQL update.

Translate
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