Re: Passing a url-specified value through a form



On Jan 30, 3:58 pm, "Phil" <bliz...@xxxxxxxxx> wrote:
On Jan 30, 2:58 pm, Sami <slit...@xxxxxx> wrote:

in script two, have you tried $HTTP_POST_VARS['machineid'] instead of
$_REQUEST['machineid'] ?

-sami

I had not, but I tried and tried echoing $HTTP_POST_VARS['machineid']
as well and it still shows up as blank.


It works with $HTTP_POST_VARS['machineid'] and $_REQUEST['machineid']
now - I didn't have the <input type="hidden" ... line inside the form
tags. D'oh!

.