Ajax Register - Export
- hakana
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
8 years 5 months ago - 8 years 5 months ago #7701
by hakana
Just a kind update. Instead of
This is better for Turkish charasters:
foreach($rows as &$row) {
$row->name = ucwords($row->name);
This is better for Turkish charasters:
foreach($rows as &$row) {
$row->name = mb_convert_case(str_replace(array('I','i'),array('ı','İ'),$row->name), MB_CASE_TITLE, "UTF-8");
Last Edit: 8 years 5 months ago by hakana.
Please Log in or Create an account to join the conversation.
- hakana
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
8 years 5 months ago - 8 years 5 months ago #7709
by hakana
Emir Sakic rocks! Always!
Last Edit: 8 years 5 months ago by hakana.
Please Log in or Create an account to join the conversation.