It's not really fixed, more like hidden..
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"David Adade" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Thanks
> The cured the problem. It is now working.
>
>
> "Dvdmandt" <[EMAIL PROTECTED]> wrote in message
> news:[E
Thanks
The cured the problem. It is now working.
"Dvdmandt" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 1. I assume you are using 4.3.1, not 4.31... Not that it really matters
> though...
> 2. It's in your PHP.ini, I think you are used to have error_reporting =
> E_ALL & ~E_NOTI
1. I assume you are using 4.3.1, not 4.31... Not that it really matters
though...
2. It's in your PHP.ini, I think you are used to have error_reporting =
E_ALL & ~E_NOTICE, but you have E_ALL only... This displays Notices...
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"David Ada
Yeah sure - there is a setting called 'register_globals' which is available
to acquire variables from post or get vars but its off by default for
security reasons. You can set this to On in php.ini file
The better way though is to explicitly state where you want to acquire user
iinput : in your
"Richard West" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:20021025015917.6473.qmail@;pb1.pair.com...
> Hey, I just installed apache and php on my desktop and everything was
> working great. I went to go make a form and I am getting these errors
> everytime I try to access one of the variables