I am trying to take a variable from $_POST, run mysql_real_escape_string and a custom function, html2text on it. This should work, right? Or do I need to separate it on separate lines?
$orgname = mysql_real_escape_string(html2txt($orgname)) = $_POST['orgname'];
Are you trying to do this: