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.
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
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:
php_value ses
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 Maili
4 matches
Mail list logo