Comments on: AngularJS CRUD Operations with PHP and MySQL https://www.codexworld.com/angularjs-crud-operations-php-mysql/ Web & Mobile App Development Company Fri, 16 Jun 2017 09:10:47 +0000 hourly 1 By: sasi https://www.codexworld.com/angularjs-crud-operations-php-mysql/comment-page-1/#comment-47120 Fri, 16 Jun 2017 09:10:47 +0000 https://www.codexworld.com/?p=1716#comment-47120 Great work! Thank you so much.

]]>
By: DUc https://www.codexworld.com/angularjs-crud-operations-php-mysql/comment-page-1/#comment-46403 Tue, 23 May 2017 09:17:58 +0000 https://www.codexworld.com/?p=1716#comment-46403 Thanks you so much. You are great

]]>
By: Stanley https://www.codexworld.com/angularjs-crud-operations-php-mysql/comment-page-1/#comment-44114 Thu, 30 Mar 2017 16:10:57 +0000 https://www.codexworld.com/?p=1716#comment-44114 Hi thanks for this wonderfull Script. If i want Add and Edit using modal, how can i do that?

]]>
By: Linda https://www.codexworld.com/angularjs-crud-operations-php-mysql/comment-page-1/#comment-41322 Wed, 22 Feb 2017 04:04:10 +0000 https://www.codexworld.com/?p=1716#comment-41322 If I want to create another table that might have different column name, how can I use your example to work on my table?

]]>
By: Sivaji https://www.codexworld.com/angularjs-crud-operations-php-mysql/comment-page-1/#comment-40167 Thu, 26 Jan 2017 07:10:01 +0000 https://www.codexworld.com/?p=1716#comment-40167 Nice example keep up the good work..

]]>
By: Rehman https://www.codexworld.com/angularjs-crud-operations-php-mysql/comment-page-1/#comment-37591 Wed, 21 Dec 2016 11:07:42 +0000 https://www.codexworld.com/?p=1716#comment-37591 Sir, Do you have any function to support inner join of two or three tables.

]]>
By: Yuliya https://www.codexworld.com/angularjs-crud-operations-php-mysql/comment-page-1/#comment-36287 Mon, 05 Dec 2016 15:07:33 +0000 https://www.codexworld.com/?p=1716#comment-36287 Thank you so much! I searched for something like this for 6 hours))

]]>
By: Thomas https://www.codexworld.com/angularjs-crud-operations-php-mysql/comment-page-1/#comment-33319 Thu, 27 Oct 2016 02:29:25 +0000 https://www.codexworld.com/?p=1716#comment-33319 hi, thanks for the tut, how can i add an to upload image in this form?

]]>
By: ashok https://www.codexworld.com/angularjs-crud-operations-php-mysql/comment-page-1/#comment-31197 Thu, 15 Sep 2016 05:15:26 +0000 https://www.codexworld.com/?p=1716#comment-31197 Wow working like a charm.

Do you have any function to support inner join of two or three tables.

]]>
By: CodexWorld https://www.codexworld.com/angularjs-crud-operations-php-mysql/comment-page-1/#comment-31169 Wed, 14 Sep 2016 16:47:18 +0000 https://www.codexworld.com/?p=1716#comment-31169 In reply to ashok.

@Ashok You can easily get the records count by using return_type.

$resultCount $db->getRows(array('return_type'=>'count'));
]]>