Hi Guys,
I create function to update user data fetch from database but its not working.
here's what i did.
1. when i click profile_update it will display the name.text and score.text and should be display the the name and score of user on the textbox.
2. I call ajax when object click AJAX => request url => to get the data from database base on user info.
problem is When I click the update it will return the name and score on the textbox. for name.text the value is "name and score" also on score.text.
How to separate the two value to put on name.text for name and score.text for score