I have tried inserting multiple rows in database with the help of PHP I am using MySQL as my database but it give me an continues error list I have tried restarting my application, as it might kept any thing wrong in its cache but does not work out I have used simple inserting statment such as $sql = "INSERT INTO database (a,b,c,d,e) VALUES ('$a', '$b' ,'$c', '$d','$e')"; I am sure that there is absolutely no problem, but it does not working out. please help.
Bookmarks