Re: [PHP] Re: $_post and array question

2004-05-18 Thread Curt Zirzow
* Thus wrote Amon ([EMAIL PROTECTED]): > > Curt Zirzow thanks for your reply also. But that has nothing to do with > reference. If you use reference or not.. it still would not result in an > error (hee... I want an error :P) function foo($v) {} foo($asdf['qwer']); PHP Notice: Undefined variable

[PHP] Re: $_post and array question

2004-05-18 Thread Amon
Thanks for help Daniel Clark. I know i must use isset function but that was not the issue. But thanks anyway:) Curt Zirzow thanks for your reply also. But that has nothing to do with reference. If you use reference or not.. it still would not result in an error (hee... I want an error :P) I guess