This is line 248:
while ($rowpur=mysql_fetch-array($resultpur)){
This is the error:
Unsupported operand types in /var/www/....../stuffinc.php on line 248
Problem solved...typo.
Hey I'm sure you just missed the syntax...
you are using mysql_fetch-array instead of mysql_fetch_array so it looked like you were subtracting two strings.
Alex
it could just be the SQL in $resultpur