How can i get multiple ids that i inserted in database,php,mysql using html? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How can i get multiple ids that i inserted in database,php,mysql using html?

I want to delete multiple books after adding items in cart .when i click on checkout items will delete from database. need to get the the ids for that.How can i get the multiple ids of the books?

12th Apr 2020, 3:28 AM
Christina Jessy
Christina Jessy - avatar
2 ответов
+ 1
How your cart works? does it use temporary table, or another way? I take it you want to delete items from shopping cart and not from the books table. In this case you change the stock data, reduce number of in store book by a certain book Id. Can you describe, in brief yet clear way, how your system works. I imagine it will be hard for others to give suggestion or response, none of us here knows how your system works ...
16th Apr 2020, 2:45 AM
Ipang
0
Ipang in my system items store in cart taking its id.i can delete or update item one by one but can't checkout all
16th Apr 2020, 6:23 PM
Christina Jessy
Christina Jessy - avatar