RE: [PHP] POST/GET vars in apache

2002-06-13 Thread Brian McGarvie
; To: [EMAIL PROTECTED] > Subject: [PHP] POST/GET vars in apache > > > Hello everybody, > > I used to use IIS and now I moved to apache. I use PHP, too. > But now, in > order to get a POST/GET var I need to use > $HTTP_POST_VARS[var] and with IIS > I simply cal

[PHP] POST/GET vars in apache

2002-06-13 Thread Webmaster do Aborla.net
Hello everybody, I used to use IIS and now I moved to apache. I use PHP, too. But now, in order to get a POST/GET var I need to use $HTTP_POST_VARS[var] and with IIS I simply call $var. Why this happens??? Do I need to modify all my scripts to $HTTP_POST_VARS??? Thanking in advance, Nuno Lopes