$query = "INSERT INTO matches (opp,game,sscore,escore,played,won,lost,cond) VALUES ('$opp','$game','$sscore','$escore','$played','$won','$lost','$cond')";
For some reason this query doesn't work. Please help me to correct this problem, could it be my Database? It connects and selects with no problems but when trying to insert it doesn't. Thanx