How would I go about using the percent sign in php? I want to use it as a literal character, rather than representing a variable. I know with some characters like printing quotes you must escape them before using them, so the compiler doesn't get confused. So how would I get the following output?: "There is 50% more memory"
-Nick