invidious3 Posted November 11, 2006 Share Posted November 11, 2006 Is there a way to compare textareas in PHP? Link to comment https://forums.phpfreaks.com/topic/26964-textarea-compare/ Share on other sites More sharing options...
toplay Posted November 11, 2006 Share Posted November 11, 2006 When posting please be as specific and clear as possible.What do you mean exactly? Take a look at these pages:http://us3.php.net/manual/en/function.strcmp.phphttp://us3.php.net/manual/en/language.operators.comparison.php Link to comment https://forums.phpfreaks.com/topic/26964-textarea-compare/#findComment-123284 Share on other sites More sharing options...
fert Posted November 12, 2006 Share Posted November 12, 2006 [code]if($_POST[textarea1]==$_POST[textarea2])[/code] Link to comment https://forums.phpfreaks.com/topic/26964-textarea-compare/#findComment-123318 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.