Update a field

QuestionsUpdate a field
Jean Beaudet asked 11 years ago

When I try to change a file value and save it the new field value is not kept I get back the old value when I refresh page. Here is my field code :

$col = array();
$col["title"] = "Responsable";
$col["name"] = "nom_pere";
$col["width"] = "18";
$col["editable"] = true; // this column is editable
$col["hidden"] = false;
$cols[] = $col;

Thanks !

1 Answers
Abu Ghufran answered 11 years ago

Please follow faq (q1) of debugging and check the mysql error.
Let me know for further help.

Your Answer

1 + 11 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?