--- Jason Wong <php-general@xxxxxxxxxxxx> wrote: > 2) Lookup array_map() and understand what it does. > > 3) stripslashes_deep() is a recursive function (ie. > it calls itself). You > should find a good tutorial on recursive functions > to learn exactly what it > does. Thank you Jason. Another thing I'm wondering and not clear on . I have 5 pages of forms, a 6th page is where the processing , transaction is taking place. Would it be sufficient to add stripslashes_deep() to only the last page (6th page) ? Each succeeding page, posts the previous page varibles. I'm guessing the last (6th page) would be enough, but would like to confirm. Stuart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php