On Mon, 2005-05-30 at 12:58, Murray @ PlanetThoughtful wrote: > <? > $string = "this"; > $string{0} = strtoupper($string{0}); > echo $string; // should return value of "This" > ?> I knew you could access but I didn't realize your could assign/replace specific chars like that, i.e. $string{x} = I can usually work through the logic but am not familiar enough with PHP to know what's available to work with.... -- s/:-[(/]/:-)/g Brian GnuPG -> KeyID: 0x04A4F0DC | Key Server: pgp.mit.edu ====================================================================== gpg --keyserver pgp.mit.edu --recv-keys 04A4F0DC Key Info: http://gfx-design.com/keys Linux Registered User #339825 at http://counter.li.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php