Archive for the ‘MySQL’ Category

IT Jobs Offered Colchester UK - Recruitment - positions available

Tuesday, October 30th, 2007

$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 = …

Selecting MySQL records in time bands from random log data

Monday, April 30th, 2007

Lets say you have thousands of log records in a database table that have been inserted at …

PHPeclipse verses NuSphere PhpED - Which is best?

Wednesday, April 18th, 2007

I have just begun to learn how to use the powerful free IDE called Eclipse

Which versions of PHP are bundled with older versions of XAMPP (installers for Windows)

Wednesday, April 18th, 2007

XAMPP is a package that you can download to make the installation of PHP, MySql …