Hi Bj, > You are really supposed to add a prefix as in > > import_request_variables ( 'p', 'post_' ); > > so that 'fred' comes out as $post_fred; but how is that worth the trouble > when you can just use $_POST['fred'] ? <shrug>
FWIW, you'll get an E_NOTICE error if you call import_request_variables() without a prefix. Of course this isn't usually an issue as most people have their error reporting/logging set to "everything apart from those bloody annoying E_NOTICE errors" :-) Cheers Jon ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
