syrian
Posts: 2
Joined: 08 July 2009
|
Wednesday, Jul 08, 2009 06:18
hi
first i am very happy by using this beard version it is the best
i cant belive that it is all free
so i want to help you by translating the script to arabic language but i have 2 questions:
first:
how can i change the firection from : ltr to rtl
second: how can i change Coding of the database to windows-1256
i would like to help you so please help me
thanks
best wishes :mahmoud jamel
arpoet.com
|
|
|
syrian
Posts: 2
Joined: 08 July 2009
|
Wednesday, Jul 08, 2009 22:35
syrian 
hi
first i am very happy by using this beard version it is the best
i cant belive that it is all free
so i want to help you by translating the script to arabic language but i have 2 questions:
first:
how can i change the firection from : ltr to rtl
second: how can i change Coding of the database to windows-1256
i would like to help you so please help me
thanks
best wishes :mahmoud jamel
arpoet.com
no answers yet
|
|
|
Daimon
New Management

Posts: 25
Joined: 01 February 2008
|
Monday, Sep 28, 2009 09:12
I've let it get late. Let me address this after a few hours of sleep. Apologies for not seeing your message for so long.
-Daimon
syrian 
syrian 
hi
first i am very happy by using this beard version it is the best
i cant belive that it is all free
so i want to help you by translating the script to arabic language but i have 2 questions:
first:
how can i change the firection from : ltr to rtl
second: how can i change Coding of the database to windows-1256
i would like to help you so please help me
thanks
best wishes :mahmoud jamel
arpoet.com
no answers yet
|
|
|
Daimon
New Management

Posts: 25
Joined: 01 February 2008
|
Tuesday, Sep 29, 2009 07:11
I haven't had the time to look into the DB conversion, but the way to reverse the string using php is going to be to use strrev($string).
So:
RAW CODE
$string = "12345";
$newstring = strrev($string);
echo $newstring;
//will return 54321
I'll get back to you with the DB question as soon as I can. Thanks,
-Daimon
Daimon 
I've let it get late. Let me address this after a few hours of sleep. Apologies for not seeing your message for so long.
-Daimon
syrian 
syrian 
hi
first i am very happy by using this beard version it is the best
i cant belive that it is all free
so i want to help you by translating the script to arabic language but i have 2 questions:
first:
how can i change the firection from : ltr to rtl
second: how can i change Coding of the database to windows-1256
i would like to help you so please help me
thanks
best wishes :mahmoud jamel
arpoet.com
no answers yet
|
|
|