Re: [PHP] unable to pass $submit variable

2004-08-04 Thread John Holmes
CHAN YICK WAI wrote: > I learn to write a small PHP form with "submit" button > for different actions, however, it seems to me variable > can't be passed. Any experience can share for my debugging? Turn on register_globals or use $_REQUEST['action'] -- John Holmes php|architect - The magazin

[PHP] unable to pass $submit variable

2004-08-04 Thread CHAN YICK WAI
Hi, I learn to write a small PHP form with "submit" button for different actions, however, it seems to me variable can't be passed. Any experience can share for my debugging? Thanks, Yw The script is as simple as ... === .. ... ...