Hi,
I used the ctype_alpha to check if my string contained only letters. But it happened that the keyboard i was using had no some accentuated french characters like é or è. So used alt+number on the numeric side of the keyboard. Apart from the fact that i used the numeric part of the keyboard to get the characters i was using, the function returned FALSE for a name like "Aimé". For me it would return TRUE.
How can you explain this? All the characters are alphabetic!