PHP Script Display an array of XPaths that Point to all nodes in nodelist object

November 21st, 2007

I’m looking for one at the moment… i will either write one or …

Screen Scraping Tutorials and Info

November 16th, 2007

I’m about to improve / re-design some of my old code that …

IT Jobs Offered Colchester UK - Recruitment - positions available

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 …

refactoring - the power of good variable, method and function names within code

October 30th, 2007

Deep in some rainforest, an explorer found a long-lost tribe of people who …

php - using fopen instead of upload to import external images to website over http

October 25th, 2007

If you want to let your website users add their own images to …

Practical Security on PHP - Good article online

October 7th, 2007

Whilst researching information for my previous post on chmods, safe mode etc. …

Can PHP accept multidimensional arrays passed in the http request as form variables?

October 5th, 2007

multidimensional arrays as form variables
(PHP 4.0 Beta 3 < )

Its really useful to …

umask and chmod explained in php

September 25th, 2007

Dealing with file permissions, chmods, umasks, safe mode and file uploads in PHP …

css fluid photo gallery overview - article on A List Apart

September 21st, 2007

I have returned to the “Practical CSS Layout Tips, Tricks, &

PHP: Dynamically Discovering Current Function’s Name

September 19th, 2007

If you are writing a script that bases decisions on a method name …