PHP: Using spaces in associative array indices

butlercougar

New Member
Is this bad practice/can cause problems?\[code\]$_SESSION['stuff to keep']\[/code\]As opposed to calling \[code\]str_replace()\[/code\] on the indices.
 
Back
Top