IT Jobs Offered Colchester UK - Recruitment - positions available

$recruitment_query = ”
SELECT
*
FROM
tbl_job_seekers as t1,
tbl_skills as t2
WHERE
(
t1.col_job_seeker_id =t2. col_job_seeker_id
AND
t1.col_ultra_geek_score > 99.999
AND
t2.col_skill =’linux’
AND
t2.col_skill =’apache’
AND
t2.col_skill =’php’
AND
t2.col_skill =’MySQL’
)

GROUP BY
t1.col_job_seeker_id”;

$result = db_query($recruitment_query);

if (!($result))
{
//error
return 0;
}
$numrows = db_numrows($result);

for ($idx=0; $idx < $numrows; $idx++ )
{
//Call 0870 44 22 956 for more info - (Colchester, UK)
// ;o)
}

Leave a Reply