CODE:
$sock = msqlConnect();
msqlSelectDB($sock,"rsparts");
msqlQuery($sock,"select part_no,cost,descr FROM rsparts WHERE
descr='$CPU'");
*NOTE: $CPU is a variable created by passing a form to this script...
$res = msqlStoreResult();
$row = msqlFetchRow($res);
$total = $total + $row[1];
^when I do this it appends words together ie: [222 + 333 = 222333]
Any help would be appreciated!!!
I'm at: efi...@rave.net