salve sto avendo questo errore da un comando header:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING
la riga in questione è:
eppure ho inserito sia "ob_start();" che "ob_end_flush()"Codice PHP:
header("location: $_SERVER['HTTP_REFERER']");