RE: [PHP] a quick one, self submitting jump menu

2005-12-28 Thread Daevid Vincent
While not PHP, this is a JS question.. My Account Sign Up! function jump_page() { with ( document.JumpForm ) { if ( JumpItem.value != "" ) document.location = JumpItem.

Re: [PHP] a quick one, self submitting jump menu

2005-12-22 Thread Jochem Maas
Ross wrote: How can I self submit a page whne registered globals are off. Is there a way to use $_SERVER? what do you think register_globals does? hint: $_SERVER is a superglobal and has nothing to do with (and is not affected by) the register_globals setting. What I am ultimately trying to

RE: [PHP] a quick one, self submitting jump menu

2005-12-22 Thread Albert
Ross wrote: > How can I self submit a page whne registered globals are off. Is there a > way to use $_SERVER? Try $_REQUEST. If the values are send using POST then $_POST If the values are send using GET then $_GET Albert -- No virus found in this outgoing message. Checked by AVG Free Editi