I am unable to pass values(variables, parameters) between pages in php4 as I was using php3. Why are the field names(forms)
unavailable in the called pages? I should be
able to pass parameters from one page to the
next. This works fine in php3. Form names should be available in the receiving script.
Can anyone help me with this problem?