I know how to use this built-in php function with a single string, but is there a way to apply it to a number of strings at once so I dont have to individually apply it to every field on the form...
PHP Code:
<? print stripslashes($emp1_reason_for_leaving); ?>
is the line of code I am using for the string (this work fine), 'emp1_reason_for_leaving' is the name of a text input field on my form.
thanks. 
__________________
But dreaming just comes natural
Like the first breath from a baby,
Like sunshine feeding daisies,
Like the love hidden deep in your heart.
~J.Prine
|