I'm confused, which is the best language, that can be used even for database connection, php, Ajax, or Angular Js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I'm confused, which is the best language, that can be used even for database connection, php, Ajax, or Angular Js

19th Apr 2018, 7:42 PM
Marien Mupenda
Marien Mupenda - avatar
3 Answers
+ 3
You mix a lot of things. Php is a server side language while Ajax is a protocol and Angular JS a JS framework. To access to a database, you need to use a server side language, here php. Then you can do request with your JS framework (Angular JS) to a php page through Ajax.
19th Apr 2018, 7:50 PM
jerome
+ 1
AngularJS is a framework based on JavaScript and AJAX particularly. AJAX just a technology allows to send requests and receive responses asynchronously (means without waiting). Asynchronous JavaScript And XML
19th Apr 2018, 10:22 PM
Sergey Vishnevsky
Sergey Vishnevsky - avatar
0
PHP is best for connection
26th Apr 2018, 7:41 PM
Muhammad Imtiaz Hussain
Muhammad Imtiaz Hussain - avatar