How to combine angular js with php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to combine angular js with php

Hey I wanted to know if it is possible to combine the two? Lets say i want to see the encryption for each letter to be automaticaly seen on the screen while I type in a form.. I don't believe this is possible because php validates the information when is sent to the server and angular doesn't send anything... If it is possible can anyone show my how? Thank you :)

7th Sep 2017, 8:52 AM
Elad Goldenberg
Elad Goldenberg - avatar
1 Answer
+ 13
AngularJS is very powerful when it comes to interactive HTML5 and model binding. On the other hand, PHP frameworks like Yii enable quick, well-structured, safe and powerful web application development. Both technologies provide sophisticated means for data access, iteration and page layouting. Is it good or bad practice to mix those two approaches (client-side and server-side "page setup") or is this rather against the meaning of interactive, seamless HTML5 AJAX web applications?
17th Sep 2017, 11:17 AM
Sobin Benny
Sobin Benny - avatar