Forum: MySQL Mar 22nd, 2005 |
| Replies: 5 Views: 2,667 Use this code instead: $rebate = mysql_fetch_array($rebate_information['rebate_amount']);
$rebate = $rebate[0];
And now, $rebate is set :)
Let me know if it didn't work; my PHP is a bit on... |
Forum: MySQL Mar 22nd, 2005 |
| Replies: 5 Views: 2,667 I edited code for easier reading. |