Re: Problem with php/mysql and ISS on windowsXPprofeesional

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ok, like I said, if it is an error (like a missing dollar sign) then
put the dollar sign in, therefore fixing the problem. However, if there
is not an error and he is simply using a variable and PHP is complaining
it's not defined, that's not a big deal, thats why it doesn't make the
code fail. It just means it noticed you accessed the variable $whatever
without making sure it was defined before you checked if it was false,
etc. No big deal, thats why the majority of PHP install's set the
error_reporting to ignore E_NOTICE, because it's completely safe to do
so.

On Mon, 2003-06-02 at 10:58, Cal Evans wrote:
> Again, changing the error reporting level will not fix the problem.  Since
> he is getting a warning AND his code is acting unexpectedly, he probably
> needs to concentrate on fixing the problem. (At least I assume that there is
> a problem. It sounds like there is from his description.)
> 
> humbly,
> =C=
> 
> * Cal Evans
> * http://www.christianperformer.com
> * Stay plugged into your audience
> * The measure of a programmer is not the number of lines of code he writes
> but the number of lines he does not have to write.
> *
> 
> ----- Original Message -----
> From: "Adam Voigt" <adam@cryptocomm.com>
> To: "Ahmed Abdelaliem" <ahmed_abdelaliem@hotmail.com>
> Cc: <php-db@lists.php.net>
> Sent: Monday, June 02, 2003 9:59 AM
> Subject: Re:  Problem with php/mysql and ISS on windows
> XPprofeesional
> 
> 
> > If your missing the dollar sign then add it, if your not, then
> > set error_reporting in your php.ini to "E_ALL & ~E_NOTICE".
> >
> >
> >
> > On Mon, 2003-06-02 at 10:52, Cal Evans wrote:
> > > Sounds like you left off a $ when using a variable.  I would take a look
> at
> > > line 158, find the variable name and make sure it's $name. Disabling the
> > > error will cause the message to go away but not fix the problem.
> > >
> > > humbly,
> > > =C=
> > > * Cal Evans
> > > * http://www.christianperformer.com
> > > * Stay plugged into your audience
> > > * The measure of a programmer is not the number of lines of code he
> writes
> > > but the number of lines he does not have to write.
> > > *
> > >
> > > ----- Original Message -----
> > > From: "Ahmed Abdelaliem" <ahmed_abdelaliem@hotmail.com>
> > > To: <php-db@lists.php.net>
> > > Sent: Monday, June 02, 2003 9:50 AM
> > > Subject:  Problem with php/mysql and ISS on windows XP
> profeesional
> > >
> > >
> > > > hi
> > > > i use php and mysql on IIS server on windows xp professional
> > > > when i select anything from the database i get this :
> > > > "Notice: Use of undefined constant name - assumed 'name' in
> > > > d:\inetpub\wwwroot\EGYCDS\index.php on line 158
> > > > Spy Hunter"
> > > >
> > > > while evrything is going fine when i upload it on the web and it
> returns
> > > > only "Spy Hunter"
> > > >
> > > > i think  i have to disable this eroor message only
> > > > can any one tell me how i disable that error message
> > > >
> > > > _________________________________________________________________
> > > > Help STOP SPAM with the new MSN 8 and get 2 months FREE*
> > > > http://join.msn.com/?page=features/junkmail
> > > >
> > > >
> > > > --
> > > > PHP Database Mailing List (http://www.php.net/)
> > > > To unsubscribe, visit: http://www.php.net/unsub.php
> > > >
> > > >
> > --
> > Adam Voigt (adam@cryptocomm.com)
> > Linux/Unix Network Administrator
> > The Cryptocomm Group
> >
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
-- 
Adam Voigt (adam@cryptocomm.com)
Linux/Unix Network Administrator
The Cryptocomm Group


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux