I want to concatenate a session variable that before its value has a 'and at the end of its value has another', as I do. I leave code
$colorHeader = $_SESSION['_colorHeader'];
For example:
The variable $_SESSION['_colorHeader']
contains #FFFFFF
, and I want the variable $colorHeader
equals '#FFFFFF'
, there is a single quote at the beginning and one at the end.