I'm looking for some input on a syntax choice: is there any practical advantage to using the $_POST[] array rather than import_request_variables("P","P_")? I've written most of my sites using the latter, but I've been wondering whether the former might save me some trouble. Any informed opinions out there?