[PHP] mail body not decoded by base64_decode

2009-05-28 Thread vuthecuong
Hi all I'm using below function to send Japanese mail, mail clients such as outlook etc displayed Japanese text withou problems but if I viewed JP mail via web-based mail such as Gmail, the JP subject is normally displayed, however the JP body still base64 encoded strings, it still was not decoded

Re: [PHP] apache user cannot execute useradd via sudo :(

2009-05-22 Thread vuthecuong
Michael A. Peters wrote: > > vuthecuong wrote: >> >> Hi all >> My server is centos 5.1 with php 5.1.6. >> In my app I want apache to add user through sudo. >> >> My sudoers file is: >> %apache ALL=(ALL) NOPASSWD: ALL >> %tony ALL=(A

[PHP] apache user cannot execute useradd via sudo :(

2009-05-22 Thread vuthecuong
Hi all My server is centos 5.1 with php 5.1.6. In my app I want apache to add user through sudo. My sudoers file is: %apache ALL=(ALL) NOPASSWD: ALL %tony ALL=(ALL) NOPASSWD: ALL My test.php í: http://www.nabble.com/apache-user-cannot-execute-useradd-via-sudo-%3A%28-tp23668764p23668764.html Sen

[PHP] imagick raises error

2008-12-19 Thread vuthecuong
Hi, Currently I'm reading below page: http://www.imagemagick.org/Usage/api/#php When I tried imagick example of it, php raised error about function : Imagick::readimage() . Fatal error: Non-static method Imagick::readimage() cannot be called statically in /usr/local/www/apache22/data/php/im/imagic

Re: [PHP] Newbie: can I store flash file into Mysql DB

2008-10-29 Thread vuthecuong
Stut wrote: > > On 29 Oct 2008, at 10:32, vuthecuong wrote: >> >> Stut wrote: >>> >>> On 29 Oct 2008, at 10:20, vuthecuong wrote: >>>> technically can I store flash file into Mysql DB using PHP? >>> >>> Yes. >>> &

Re: [PHP] Newbie: can I store flash file into Mysql DB

2008-10-29 Thread vuthecuong
Stut wrote: > > On 29 Oct 2008, at 10:20, vuthecuong wrote: >> technically can I store flash file into Mysql DB using PHP? > > Yes. > >> what point should I pay attention for that? > > The blob field type. > > But I would recommend against it. Why n

[PHP] Newbie: can I store flash file into Mysql DB

2008-10-29 Thread vuthecuong
technically can I store flash file into Mysql DB using PHP? what point should I pay attention for that? Thank you -- View this message in context: http://www.nabble.com/Newbie%3A-can-I-store-flash-file-into-Mysql-DB-tp20224150p20224150.html Sent from the PHP - General mailing list archive at Nab

Re: [PHP] create/write to psd file

2008-10-26 Thread vuthecuong
Ashley Sheridan-3 wrote: > > On Sun, 2008-10-26 at 23:45 -0700, vuthecuong wrote: >> >> >> Ashley Sheridan-3 wrote: >> > >> > Off the top of my head, I don't think this is possible. A quick Google >> > yields nothing either. I'm

Re: [PHP] create/write to psd file

2008-10-26 Thread vuthecuong
Ashley Sheridan-3 wrote: > > Off the top of my head, I don't think this is possible. A quick Google > yields nothing either. I'm assuming it has to be a PSD for the layers? > Sure. I woudd like to read PSd files with multiple layes, and of course when I write to it, I should keep it's layers s

[PHP] create/write to psd file

2008-10-26 Thread vuthecuong
Hi all Is there a way to create/read/write to psd file? (photoshop format) I would like to hear opinion form you: Do you recommend gd2 or imageMagick to perform this task? and why thanks in advanced -- View this message in context: http://www.nabble.com/create-write-to-psd-file-tp20182477p2018

[PHP] xdebug with Quanta

2007-04-07 Thread vuthecuong
Does anyone use xdebug with QUanta? Could you give a tutorial to use it? Or give me a website link about this? Tnx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php