I came across an interesting thing and I am wondering how if at all it would be possible, I have found the reverse basically of what I want to do thanks to google but am baffled if its possible or if I am going to need to find another workaround.
The question:
Can you put a string into an include, so for example:
include($string'file.php');
Google keeps telling me how to make an include into a string which isn't exactly what I want.