coolfool Posted August 14, 2008 Share Posted August 14, 2008 Hello frnds n experts i m new in php i want m dealing with 3 tables. n i want to update all 3 same time as user input. user input is like in text box apple,tomato,grapes,potato now i have to explode the ( , ) n add this in table any idea ??? thanks Link to comment https://forums.phpfreaks.com/topic/119615-how-to-add-multiple-data-in-mysql-using-explode/ Share on other sites More sharing options...
ignace Posted August 14, 2008 Share Posted August 14, 2008 $fruits = explode(',', $_POST['fruits']); Link to comment https://forums.phpfreaks.com/topic/119615-how-to-add-multiple-data-in-mysql-using-explode/#findComment-616281 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.