[PHP-WIN] Re: Notice: Undefined variable: link in

2003-08-03 Thread DvDmanDT
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

[PHP-WIN] Re: Notice: Undefined variable: link in

2003-08-03 Thread David Adade
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

[PHP-WIN] Re: Notice: Undefined variable: link in

2003-08-03 Thread DvDmanDT
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

[PHP-WIN] Re: Notice: Undefined variable:

2002-10-25 Thread neil smith
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

[PHP-WIN] Re: Notice: Undefined variable:

2002-10-24 Thread Hornig at NOSPAM artshock2d dot de
"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