'SELECT * FROM FOO WHERE BAR=?' #this gets used many times #whereas "SELECT * FROM FOO WHERE BAR=$val" #might only get used once #because different values #of $val will cause many #different versions to get #cached