Quote:
Originally Posted by zethon
I wonder, are you using a table prefix? I will have to go through the code and make sure everything is set up properly to work with table prefixes.
Yes, that is how it's suppose to work. That change is the market change based on the last trade. Take a look at: http://finance.yahoo.com/q?s=twx
Even though the market is closed today, it still shows a "change". What you want to pay attention to to se how much you've made is the "Gain" and "Gain %" fields.
Some of my users trade "penny stocks" where one share might cost .045 cents. WIth only two decimal places, it was impossible to make a profit all these stocks, so I took the mod to 3 decimal places.
|
Yes, I am, which the hack does cover to an extent (the query does set up the table prefix to vb_ in the sql error).