user55
11-20-2007, 08:25 PM
Can somebody provide an example of PHP code of //what can go here ? ... I just want to get an idea of what can or cannot go there.
$amount=array();
for every db record{
//what can go here ? ...
$_SESSION["sum1"] = array( strval("id" . $result["id"]) => $sum1);
}
$amount=array();
for every db record{
//what can go here ? ...
$_SESSION["sum1"] = array( strval("id" . $result["id"]) => $sum1);
}