$sql="select count(ref_type_id) as icount from job where ref_type_id='2'";
$result=mysql_db_query($sql,$dbname); list($number)=mysql_fetch_row($result);
...
....
$job_id=$rs["job_id"]; <=== job_id เอามาจากไหนครับ ในคำสั่ง sql ไม่มีนี่นา select count(ref_type_id) as icount from job where ref_type_id='2'
$ref_type_id=$rs["ref_type_id"]; <=== ต้องเป็น $ref_type_id=$rs["icount"]