[PHP-WIN] GD, UNICODE & RTL

2003-01-05 Thread Mottaghi
Hi all, I want to write a Right-to-Left (like Arabic languages) sentence in a bitmap by unicode...but HOW??? :) thanks, bye -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Fwd: Re: Subject: GD, UNICODE & RTL

2003-01-06 Thread Mottaghi
k "text-kashida-space" and "writing-mode " here : > http://www.georgehernandez.com/xWebs/CSS/CSSAttributes.htm > > regards, > Neil. > > > >Date: Mon, 06 Jan 2003 10:42:09 + > >To: [EMAIL PROTECTED] > >From: Neil Smith <[EMAIL PROTECTED]&

Re: [PHP-WIN] Fwd: Re: Subject: GD, UNICODE & RTL

2003-01-07 Thread Mottaghi
;#".substr($mynewunicode,0,-1); > // Using join, there will be a trailing # and > // no required # at the start -- fix that > print($mynewunicode); > > Then you can pass the $mynewunicode string to your TTF functions. > > Hope that helps > Regards, > Neil Smith. > > A

[PHP-WIN] Upload big files

2003-02-19 Thread Mottaghi.
Hi all, 1- How can i upload big files to server?? 2- How can i know what is the size of file before upload?? when i upload a big file, the code execution time was finished! i was changed the max_execution_time in php.ini but doesn't work. thanks, omid -- PHP Windows Mailing List (http://www.ph