Forum Moderators: coopster
Right now, I am using $row = mysql_fetch_object($results) - this is causing a minor issue with positive/negative signs with numbers.
Any help appreciated - thanks all -
jd
mysql_fetch_row [php.net]
mysql_result [php.net]
$row = mysql_fetch_object($results) - this is causing a minor issue with positive/negative signs with numbers
How so? I mean, what is the issue?
<edit>
Wait a minute, I think I found what you are describing...
Multiple Negative numbers on a page [webmasterworld.com]
</edit>