Skip to content
Advertisement

Add new option to the select list without reloading the page – MODAL

I’m trying to append a new option in the select list without refreshing the page once the user added a new option through the bootstrap modal

I able to achieve it but there is one problem I’m facing. I also need to append the customer_id in the value attribute of the option tag

Select Tag

JavaScript

Ajax call

JavaScript

add-customer-modal.inc.php

JavaScript

and I know my code is vulnerable to sql injection. I will shift to the prepared statement very soon

I was able to append the customer_name in the options list without reloading the page but not the customer_id

Advertisement

Answer

in add-customer-modal.inc.php you needs to return the newly created Customer Id

JavaScript

Edit Ajax call

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement