I have a function I wrote called writeConfig. Anyhow, I pass these variables to it-
writeConfig($_POST['dbvalue]['0'], $_POST['dbvalue']['1'], $_POST['dbvalue']['2'], $_POST['dbvalue']['3']);
and I get an error:
Parse error: parse error, unexpected T_LNUMBER, expecting ']'
Any idea how I can fix this?
writeConfig($_POST['dbvalue]['0'], $_POST['dbvalue']['1'], $_POST['dbvalue']['2'], $_POST['dbvalue']['3']);
and I get an error:
Parse error: parse error, unexpected T_LNUMBER, expecting ']'
Any idea how I can fix this?