Is it possible to add, subtract, etc on values as I am demonstrating below. I'm getting an error with this. I want to be able to add the values of CMAPER and CMUPER when displayed. printf("<tr><td>%s</td><td>%s</tr>\n", $myrow["CMPLNDESC"], $myrow["CMAPER"+"CMUPER"]); Thanks, John -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-DB] Undefined Variable and argument not valid . . . John Halladay
- Re: [PHP-DB] Undefined Variable and argument not valid ... Jorge Santos
- Re: [PHP-DB] Undefined Variable and argument not valid ... Jorge Santos
- John Halladay