Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to send rating to the mysql database using PHP? #56

Open
priyayadav13 opened this issue Apr 25, 2020 · 1 comment
Open

How to send rating to the mysql database using PHP? #56

priyayadav13 opened this issue Apr 25, 2020 · 1 comment

Comments

@priyayadav13
Copy link

It's a marvelous library, thanks!

I know, to get current rating level, is by adding int level = mSmileRating.getRating();.
But my case is, I want to send current rating level into MySql database.

If it an EditText type, I know we have to create API first by using Volley to make communication between Android and MySql database. It works well because it's a String data type.
But how if the rating of the Smiley that has an int data type?
How to send it?

Do you have any idea?

Currently, I'm using Mysql as database and I use PHP as server-side program language to create API, to connect between Mysql database and Android inputs.

Much appreciate any helps, thanks!

@priyayadav13
Copy link
Author

Sorry no idea about it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant