Re: [PHP] question about $_POST ['something'] array

2008-01-15 Thread Richard Lynch
On Tue, January 15, 2008 1:27 am, Luká¹ Moravec wrote: > I am trying to use a form and php in a same file and when I am using > the > form for the first time, Any $_POST index which I use in the form is > not > defined (which is logical)...how can I remove any warning about > undefined > index of $

Re: [PHP] question about $_POST ['something'] array

2008-01-14 Thread Brady Mitchell
On Jan 14, 2008, at 1127PM, Lukáš Moravec wrote: I have one question about $_POST ['something'] array... I am trying to use a form and php in a same file and when I am using the form for the first time, Any $_POST index which I use in the form is not defined (which is logical)...how can I r

[PHP] question about $_POST ['something'] array

2008-01-14 Thread Lukáš Moravec
Hi, I have one question about $_POST ['something'] array... I am trying to use a form and php in a same file and when I am using the form for the first time, Any $_POST index which I use in the form is not defined (which is logical)...how can I remove any warning about undefined index of $_