Hello.
Is preg_match_all('/$var/', $text, $match) allowed, where
$var = 'a whole lot of disclaimer stuff';
???
So far, it doesn't find the $var stuff.
I want to save info to a file, but don't want it bloated with this stuff everytime.
Thanks in advance.