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?? Quote Link to comment 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 Quote Link to comment 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.