How to get row details of MySql table just after that row inserted to an Android App -
i want column values of row specific android app* after new row inserted mysql database table in server.
specific android app* - identify each app uniquely phone number.
table structure follows.
id fromphonenumber clientphonenumber messagebody
1 +3434354546 +484844646245 test123
when kind of row inserted, want messagebody column value app way normal sms appear. can please explain way , suggest tutorial refer.
thank in advance
Comments
Post a Comment