I realize this is a stupid question, but I honistly can't find the answer. I'm working on some PHP script for the LotR Action Figure Storybook and can't find out how to have PHP recognize a variable in a string of text.
Specifically, I want "if (file_exists("images/$bookafs_$page$one.jpg")) {"
to see $book as the variable, not $bookafs as the variable. How do I do that?







Bookmarks