mysqli_query($con,"INSERT INTO u128337059_plod ('RequestID', 'Carrier', 'CellNumber', 'LoadAmount', 'ShortLog') VALUES ('', '', $payment_status, '', '')");
Can anyone help me figure out what's wrong with this query? I was able to debug and found out that connection to table works but inserting new records doesn't. No errors, just doesn't add new records.