Archive for the ‘MySQL’ Category
Friday, May 15th, 2009
This is a message to my previous self (like how Rimmer went back to tell …
Posted in PHP Syntax, PHP, MySQL, Apache, practical webmaster tips, SEO, Subversion, Subversion for webmasters, Zend Framework, OOP, Dreamweaver, MVC, linux, how to / guides, JavaScript, LAMP, Domain Driven Design | No Comments »
Thursday, April 2nd, 2009
Recently, I have moved a website from a server running PLESK/Virtuozzo to a server running CPanel/WHM.
I have …
Posted in MySQL, PLESK, WHM, Virtuozzo, CPanel | No Comments »
Tuesday, March 3rd, 2009
This is quite a confusing process, I found. Even when you are quite familiar with MySQL.
I rarely …
Posted in MySQL, practical webmaster tips | No Comments »
Thursday, February 19th, 2009
I’ve just downloaded and installed the Zend Server beta onto my Windows XP computer. It …
Posted in PHP, MySQL, zend server | No Comments »
Saturday, January 31st, 2009
This is something I never remember how to do.
I spent along time looking for a suitable …
Posted in PHP, MySQL, practical webmaster tips, Zend Framework | No Comments »
Sunday, January 18th, 2009
I was trying out Simpletest (unit testing framework) using a mock Zend Db connection that expected …
Posted in PHP scripts, PHP, MySQL, practical webmaster tips, Zend Framework, Proceed2OOP, simpletest, unit testing | No Comments »
Saturday, November 15th, 2008
I wonder what that means?
In my youth I was always wondering what was the software to use …
Posted in Open Source, checklists, 3rd party software, PHP, MySQL, Apache, installing software, SSH, practical webmaster tips, web design, Subversion, email accounts, ftp, Subversion for webmasters, PLESK, Microsoft, Dreamweaver, css, linux, windows, bug tracking, issue tracking tools, feature request management, browsers, Personal Wiki | 1 Comment »
Saturday, October 4th, 2008
I wanted to dynamically select the primary key of a MySQL table (tbl_name) in my php code. …
Posted in MySQL, web design | No Comments »
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 = …
Posted in Open Source, PHP, MySQL, building Facebook applications, jobs | No Comments »
Monday, April 30th, 2007
Lets say you have thousands of log records in a database table that have been inserted at …
Posted in MySQL | No Comments »