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. Link to comment https://forums.phpfreaks.com/topic/171238-solved-combining-multiple-functions-with-variables/ Share on other sites More sharing options...
corbin Posted August 21, 2009 Share Posted August 21, 2009 func1(func2(input)) Link to comment https://forums.phpfreaks.com/topic/171238-solved-combining-multiple-functions-with-variables/#findComment-903013 Share on other sites More sharing options...
DanC Posted August 21, 2009 Author Share Posted August 21, 2009 Thanks! Link to comment https://forums.phpfreaks.com/topic/171238-solved-combining-multiple-functions-with-variables/#findComment-903016 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.