DanC Posted August 21, 2009 Share Posted August 21, 2009 Hi everyone, I am new to PHP and couldn't find a solution to this problem. I am trying to add strip_tags and a ucwords to a variable. So I have : $name = strip_tags($_POST['name']) ...and I want to apply both a strip_tags AND a ucwords to it. How would I do this? Thanks. Quote Link to comment Share on other sites More sharing options...
corbin Posted August 21, 2009 Share Posted August 21, 2009 func1(func2(input)) Quote Link to comment Share on other sites More sharing options...
DanC Posted August 21, 2009 Author Share Posted August 21, 2009 Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.