I can't figure out how to use PHP variables
if( $xml = file_get_contents( $user '/docs.xml') ) {
It says unexpected ''/docs.xml'' (T_CONSTANT_ENCAPSED_STRING)
I've researched and can't find anything on adding variables to get_file_contents
Please Help