[PHP] Exporting text with chinese characters in CSV

2009-03-27 Thread Ai Leen
UTF-8 to cp1252 Can anyone who has successfully export english text with chinese characters mixed in to CSV help? Thank you very much, Ai Leen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Installing Imagemagick on Windows

2004-06-01 Thread Tan Ai Leen
hat should I do with the ImageMagick library? Is there a step by step guide on installing imagemagick? With versions of library and links to download them? Thanks in advance, Ai Leen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Socket warning

2004-02-17 Thread Tan Ai Leen
the socket read would be $out = socket_read($this->c_socket, $part). Why do I get the warning? c_socket is non blocking. Thanks for your help Ai Leen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Use a Server or Client Socket?

2004-02-08 Thread Tan Ai Leen
windows called scheduled tasks) With this approach you just need to call fsockopen to do connect to your server and do the needful. Tan Ai Leen wrote: Hi Raditha, Thanks, I have a better idea of how to write the codes. But I wonder, to check that the connection to the external server is on,

Re: [PHP] Use a Server or Client Socket?

2004-02-07 Thread Tan Ai Leen
I place it in the while(true) loop, I will be checking every few miliseconds rite? That will be too frequent. What about in another script? Will I be able to check that the connection is on? Regards, Ai Leen Raditha Dissanayake wrote: Hi Tan, If you are connecting to another server you are

Re: [PHP] Use a Server or Client Socket?

2004-02-07 Thread Tan Ai Leen
I place it in the while(true) loop, I will be checking every few miliseconds rite? That will be too frequent. What about in another script? Will I be able to check that the connection is on? Regards, Ai Leen Raditha Dissanayake wrote: Hi Tan, If you are connecting to another server you are

[PHP] Use a Server or Client Socket?

2004-02-07 Thread Tan Ai Leen
insert at? Is this the right approach? Or I am over killing by writing a server if this can be handle in easier manner. Hope that I have been clear in the above. Thanks for helping Ai Leen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: rich text editing

2003-08-20 Thread Tan Ai Leen
public, there is of course other browsers to take care of. Java will fit all kind of browsers (that have java plugin) but it is usually very heavy for the client side. Regards, Tan Ai Leen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: problem writing \t and } tp text files

2003-08-20 Thread Tan Ai Leen
I think it is because I used the wrong mode for editing the file. x+ merely write over existing data in a file, does not truncate. The } could be residue from previous writes. Using w+ solves the problem. ;> Regards, Tan Ai Leen -- PHP General Mailing List (http://www.php.net/)

[PHP] problem writing \t and } tp text files

2003-08-20 Thread Tan Ai Leen
ong? I am using php4.3 on winxp the fopen mode I am using is r+t and x+t. Thanks, Tan Ai Leen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: people who has done a POS system before

2003-07-24 Thread Tan Ai Leen
Actually I am looking for a emulator that works for printers, not phones -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] people who has done a POS system before

2003-07-23 Thread Tan Ai Leen
Hi, I was just wondering there is a emulator for us developers to develop programs for palm and handphone, etc. Is there a program that emulates the output from various printers on screen? Regards, Tan Ai Leen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] The 'Unable to create Java Virtual Machine' Again

2003-07-20 Thread Tan Ai Leen
Hi, I know there are already a lot of posting regarding this bug. But I can't find a solution for this problem. There is no problem with my installation, I think. I can call java classes. But the Unable to create Java Virtual Machine error will occur if I would to constantly refresh the page. I gue

[PHP] The 'Unable to create Java Virtual Machine' Again

2003-07-20 Thread Tan Ai Leen
Hi, I know there are already a lot of posting regarding this bug. But I can't find a solution for this problem. There is no problem with my installation, I think. I can call java classes. But the Unable to create Java Virtual Machine error will occur if I would to constantly refresh the page. I gue

[PHP] Auto session timeout

2003-07-20 Thread Tan Ai Leen
Hi, Can someone confirm that php does not have a auto timeout feature? Meaning something like session will auto expire irregardless of whether the browser is close or not? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php