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 Quote 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']); Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.