Re: Update data problem

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

 



$E= "$C*$G";
Should be:
$E = $C * $G;

Never use quotation marks when doing math. Quotation marks are used
for strings. Hope that helps.

-- 
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