Helmut Hummel wrote: > In short: is > > htmlspecialchars(strip_tags($altText)) > > the same as > > strip_tags(htmlspecialchars($altText)) The order didn't change, it's still htmlspecialchars(strip_tags($altText)) and was never anything else. Just have a look at the code next time. cheers Ingmar