Hello

>There are several levels of messages from PHP.  This
>one is a warning, not an
>error, but your installation of PHP is showing
>warnings.

>You can get around it by defining the variable at the
>top of your program:

>$myvariable = 0;

>or 

>$myvariable = "";

>When you redefine the value from your SQL statement,
>it will replace the value
>given to the variable initially.

Yes, you're right. It's only a warning.
I know this trick and it is working. But, I don't
understand why it is like that. Why any variable on
this last line of my table will give a warning message
if the MySQL table is empty. When there is no error if
some data are inside the MySQL table.

Is it a bug, a know issue or just me who doesn't make
things the good way?

Thank you.


        

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com


Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to