Posted by damezumari on 05/21/07 17:17
// trim the parameters foreach($_POST as $varname => $value) {$varname = trim($value);} // give them $p_ prefix import_request_variables('gp', 'p_'); When I do the above the parameters are not trimmed in the end. Example: $lastname = ' ' is trimmed to $lastname = '', but $p_lastname = ' '
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming