У меня есть код:
foreach (glob('mov/$context.mov') as $filename){ $theData = file_get_contents($filename) or die("Unable to retrieve file data"); }
Это правильный способ добавить переменную в этот глобус? $ контекст
Кроме того, в моем новом файле я хочу заменить слово на $ context, так что бы я написал
$context = "word"; // so it adds that word to the glob function when the script is included in a different file.