i am trying to install one script....after filling up database details, it showing following error any one know how to solve this ? Thanks
Yes - You can't have two SQL queries executed in one in PHP, it doesn't support it. It seems you have used a ; to create another INSERT. Just split that out into multiple queries and you should be good to go. Jay