Can anyone please tell me why this wont insert into a mysql table
I have connected to the table, i have checked this using a select statement, I have also checked that my username can insert new records but i just cant make it work
$insertQuery = "INSERT INTO tblbooking (',bookingNumber', 'memberNumber', 'activity') VALUES (,$memberNumber,$Activity)";
mysql_query($insertQuery) or die("Insert Failed!");
Any help would be very useful