AngularJS Insert, Select, Delete, Update From Database- PHP, MySql Tutorial Part 2 Check this link for Source Code: …
Original source
AngularJS Insert, Select, Delete, Update From Database- PHP, MySql Tutorial Part 2 Check this link for Source Code: …
Original source
22 responses to “AngularJS Insert, Select, Delete, Update From Database- PHP, MySql Tutorial Part 2”
can you help me in that case.
My .html code and .js code are on diffrent file.
Why not include the sql script?
<tr ng-repeat="student in data">
<td>{{student.studid}}</td>
<td>{{student.studname}}</td>
<td><button ng-click="deleteStud(student.studid);">Delete</button></td>
<td><button ng-click="editStud(student.studid, student.studname);">Edit</button></td>
</tr>
what is student in {{student.studid}} ..????
está dando esse erro…angular.js:10661 POST http://localhost:81/insert.php 405 (Method Not Allowed), poderia me dar alguma dica..?
Thanks for this wonderful video, this help me a lot.
I got an error when I delete the last item of table row. I put it bellow. Can you help me? thanks.
angular.js:13920 Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: student in data, Duplicate key: string:<, Duplicate value: <
I have found solution to my problem.Thank you again for this tutorial !
Please Sir I don't understand . There is no execution of insert.php in my project.When i check in console insert .php don't appear.Can you help me ?
Thank you !
Dude, yaar it would be awesome if you can speak and explain, we can get source code directly also.
Nem precisa saber falar inglês para entender sua aula. Muito obrigado. 🙂
Thank you so much for your tutorial, it really helps me a lot, 1 only question, how you automatically display all data's are inserted in db? everytime i load the page the data's are gone
Sir can you help me please!
I have a problem here:
Forbidden
You don't have permission to access
Apache/2.4.23 (Win64) PHP/5.6.25 Server at localhost Port 80
sir how can we put a confirmation box before deleting?
thanks
sir yout tuto is awsm i luv it but
i am getting json in my console but not in table plz help sir
thanks
sir plz tell me from where 'studid' and' studname' are coming which you have used inside ng-repeat tag.It is not mentioned in any attribute of html tag.
AngularJS Insert, Select, Delete, Update From Database- PHP, MySql i want to learn live server please give me some sgtion
muchas gracias amigo, de verdad me fue muy util la verdad es muy fácil, es muy parecido al ajax, creía que era muy difícil pero en verdad es muy fácil muchas gracias. Te dejo en like en los 2 videos.
i want to redirect page after insert data .success(function(){ how it is possible please give me the solution
Hello sir Can you upload Tutorials on table data enable / disable and
show/hide rows option with Angularjs , PHP mysqli waiting for this
tutorial please upload Thanks for Tutorials it's very useful stuff Great tutorial for learners waiting for the update
please make more videos about angularJS,mySQL and PHP. You are good at it.
If you could also speak to explain in video how you code, that would be awesome.
Regards!
getting error: fatal error: cannot access empty property