Adding up rows

I am trying to add together the values in my rows:

id | jobAvail

1 | 3

2 | 2

3 | 1

i need to add 3 jobAvail rows togeher giving me value of: 6

(php user) how can this be done??