s4salman Posted November 16, 2007 Share Posted November 16, 2007 Hello i have mysql database table named 'table' it has fields : id (auto increment) , name , message , category , views currently i have php script that only adds one record at a time.now i want to add 10 records at a time.any body can help?? Link to comment https://forums.phpfreaks.com/topic/77610-adding-multiple-records/ Share on other sites More sharing options...
dingus Posted November 16, 2007 Share Posted November 16, 2007 i take it the records are comeing from a form? if so just load them as an array and do a foreach loop Link to comment https://forums.phpfreaks.com/topic/77610-adding-multiple-records/#findComment-392847 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.