[PHP] contract position, on-site boston ma

2003-07-22 Thread Sean Brown
I'm looking for an accomplished PHP developer for a contract position (project runs 'till Feb 04). Please contact me for further details w/ a plain-text version of your resume as well as links to portfolio or recent work. Some on-site work is required in Boston and/or Andover MA. Sean Brown

[PHP] Sorting multidimensional arrays

2003-02-13 Thread Sean Brown
Let's say I've got an array like so: $myarray[0][firstname] = Mickey; $myarray[0][lastname] = Mouse; $myarray[0][score] = 20; $myarray[1][firstname] = Donald; $myarray[1][lastname] = Duck; $myarray[1][score] = 10; I'd like be able to sort the array using different dimensions before I cycle

[PHP] session.use_trans_sid question

2002-08-13 Thread Sean Brown
After reading other posts, I have found that there are two ways to disable use_trans_sid at runtime. I do NOT have the ability to change the php.ini file, so I am stuck with handling this at runtime. 1. in code: ini_set(session.use_trans_sid,0); 2. in an .htaccess file: IfModule mod_php4.c

[PHP] Good Reads

2001-01-18 Thread Sean Brown
Does anyone have any suggestions on a good book for beginners. I currently own "PHP3 Programming Browser-Based Applications" by David Medinets. I have no regrets thus far on purchasing the book but it seems to leave a lot out and his examples are somewhat... skewed. Cheers -- PHP General