On 27 Feb 2008, at 21:50, Shawn McKenzie wrote:
Shawn McKenzie wrote:
Stut wrote:
I've interviewed more than my fair share of "web developers" who
couldn't reverse an array without using array_reverse if their life
depended on it. Sometimes it really does scare me!
So my experience is that there are far more web developers out there
than software engineers who do web development, and it's getting
harder
to find decent software engineers to do web-based work at a
reasonable
price. The good ones are rare - so rare in fact that I'm having
trouble
finding one at the moment. If anyone considers themselves a software
engineer rather than a web developer and would like a job in Windsor
drop me a note.
Job! Now!
foreach($array as $k => $v) {
$reversed[$v] = $k;
}
$array = $reversed; //optional
No wait!
Yeah, nice try ;)
Anyways, I assume you're based in the US somewhere so unless you're
considering emigrating to the UK you were never in the running.
-Stut
--
http://stut.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php