Hello, can any help?
I have this piece of code
$_POST['form_products']));
and it keeps returning the error:
Parse error: parse error, unexpected T_VARIABLE.
I have looked at php.net but It doesn't really explain what T_VARIABLE is, so I am confused about what action to take.
I have this piece of code
$_POST['form_products']));
and it keeps returning the error:
Parse error: parse error, unexpected T_VARIABLE.
I have looked at php.net but It doesn't really explain what T_VARIABLE is, so I am confused about what action to take.