Re: [PHP] French characters

2009-10-19 Thread Don Proshetsky
Thanks. For the database, there are many UTF8 collations. Is this the recommended one? UTF8_unicode-ci? - Original Message - From: Mert Oztekin To: 'Don' ; php-general@lists.php.net Sent: Monday, October 19, 2009 9:13 AM Subject: RE: [PHP] French characters You may use

Re: [PHP] French characters

2009-10-19 Thread Don Proshetsky
- Original Message - From: Phpster phps...@gmail.com To: Don d...@program-it.ca Cc: php-general@lists.php.net Sent: Monday, October 19, 2009 9:33 AM Subject: Re: [PHP] French characters On Oct 19, 2009, at 9:29 AM, Don d...@program-it.ca wrote: This doesn't not seem to be having

Re: [PHP] Removing an element from the middle of an mdlti-dimentsional array

2008-08-14 Thread Don Proshetsky
Yup, thanks. Also execute: $array = array_values(array) in order to fix the indexes - Original Message - From: mike [EMAIL PROTECTED] To: Don [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Thursday, August 14, 2008 11:16 PM Subject: Re: [PHP] Removing an element from the

[PHP] Concurrency in a multi-user environment

2007-11-21 Thread Don Proshetsky
Hi, I'm been googling to see if I can find information on how programmers handle concurrency in a multi-user PHP/MySQL environment. Here's a snippet of my app. I have a form where users can maintain client information such as Name, Address, telephone, email, etc I've been wondering how