Thanks To @Taifun, @Rogerio_Rios, @Zia_Choudhary and all who helped me to solve this problem…
My language problem was fixed perfectly.
Love u all.
great to hear
you might want to provide a short summary about the steps you did to solve the problem
this might help others with the same problem in future
thank you
Taifun
1 Like
U r most welcome
And it will be very helpful for community if you provide the solution as @Taifun mentioned above
1 Like
use
’ enter your table name ’ ie you have to give either table is numeric or varchar
correct format
Firstly,
I changed the collation of my database, tables, and columns.
Secondly,
I modified the PHP file according to Taifun’s advice and I also use the data encoding and decoding process.
Thirdly,
I use backticks before and after of my table name and now my application works fine.
2 Likes