Answer the question
In order to leave comments, you need to log in
How to organize the work of angular js with MySQL?
Hello, I am learning angularjs and the question arose, how can I conveniently implement communication with the database? the bottom line is that I rummage a little in the backend, can you throw in a couple of working examples?
Answer the question
In order to leave comments, you need to log in
angular тут вообще не причем. Он выполняется на стороне клиента, а MySQL на сервере. Нужно выбрать язык для серверной части, например PHP, который будет обращаться к базе данных. С клиентской части хоть на angular, хоть на jQuery, хоть на чистом JavaScript шлем get или post запросы к скриптам.
Вывод в скриптах лучше делать в JSON формате. То есть достаточно будет присвоить возвращаемый результат переменной JavaScript, а там уже что хочешь с ней делай.
Выше привели конкретный пример.
Неужели нельзя попытаться найти ответ через поиск?
Простой запрос - "angularjs mysql example"
И ответ сразу найдет:
www.angularcode.com/simple-task-manager-applicatio...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question