Comments on: Insert Data Into Mysql Using VueJs With PHP https://phpforever.com/vuejs/vuejs-insert-data/ PHP LARAVEL CODEIGNITER DATABASE JAVASCRIPT Sat, 12 Mar 2022 11:53:25 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: rajesh https://phpforever.com/vuejs/vuejs-insert-data/#comment-89 Thu, 25 Jun 2020 10:47:28 +0000 https://phpforever.com/?p=1097#comment-89 In reply to Henry Wong.

OK. Thanks for your attention.

]]>
By: Henry Wong https://phpforever.com/vuejs/vuejs-insert-data/#comment-88 Wed, 24 Jun 2020 18:51:52 +0000 https://phpforever.com/?p=1097#comment-88 response.php – does not properly handle SQL injections. You should be using bind_param() method, see https://www.php.net/manual/en/mysqli-stmt.bind-param.php

]]>