Adding new record in grid does not work

QuestionsAdding new record in grid does not work
Abdullah Muhammad asked 11 years ago

when I add new required in phpgrid it does not work, however the grid show the record already added.

2 Answers
Abdullah Muhammad answered 11 years ago

Hi, I solved that problem by removing spaces from columns name in MySQL database.

example

// does not work
table : clients
Client name
Client Type

does work
// does not work
table : clients
Client_name
Client_Type

Abu Ghufran answered 11 years ago

Thanks for sharing the solution.

Your Answer

15 + 5 =

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?