Hello,

I am trying to port a program from Postgress to Mysql.  This program
works perfectly in Postgress.  I am having some errors though with
mysql.  I get a use of uninitialized value after I execute the following
command:
$command = $query->param('command');

and then try to just access $command!

everything else seems to be working fine!
Do I have to insert $command=0 first?

If so, how come I have to do this with MySQL and I don't with have to do
it with Postgress!

Thanks.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to