This work's, if I do this
$text_2 = $row16["text_2"];
$text_2 = str_replace("<%VIN%>", "$VIN", "$text_2");
Is there a way that if I have multiple that it can look for them all. Say if I had <%YEAR%><%MAKE%><%MODEL%> with in the $text_2 variable. How do I do this with one function.