In php I make a php file, and then put a string in it. The string contains variables like $row and stuff, but when passed to the file come up as the actual value that is in the variable.
How would I pass a variable into a new file, through a string, and have the variable stay the same, and not print the value in the new php file?