LondonBoy
11-28-2006, 03:15 PM
$_REQUEST['statement'] = (trim($_REQUEST['statement']) != "" ? $_REQUEST['statement'] : $_LANG['Nostatement']);
Hi all,
Can someone tell me what the above is doing? Statement is always truncated in output, obviously because of trim, but what does the whole statement do?
Can i just take out trim?
Is the trim the problem, i thought it only takes out whitespaces.
Hi all,
Can someone tell me what the above is doing? Statement is always truncated in output, obviously because of trim, but what does the whole statement do?
Can i just take out trim?
Is the trim the problem, i thought it only takes out whitespaces.