Answer the question
In order to leave comments, you need to log in
How to implement "Like" feature of Ionic 3, MySQL?
Hello, I'm new to javascript, I'm making a mobile application for Cafes.
I take all the data from the MySql database using PHP.
I have an "Events" database that contains a Photo, price and date of the event.
I get records in this format:
File home.ts
this.http.get('http://*************/admin/api/mob/select-event.php')
.subscribe((data) =>
{
console.dir(data);
this.events = data;
},
(error) =>
{
console.dir(error);
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question