[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

[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] 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] 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] 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: 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] 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] Installing Imagemagick on Windows

2004-06-01 Thread Tan Ai Leen
Hi, I need help with installing Imagemagick on Windows. I tried googling but there is no solution provided. I discovered that a lot of people are having the same problem as me. After placing the dll in the extension folder and adding in extension=php_imagick.dll into php.ini, Apache will hit er

[PHP] Use a Server or Client Socket?

2004-02-07 Thread Tan Ai Leen
Hi all, I have this situation now that requires socket programming. But I am not sure how to realise the requirements in programming whether as a client or server The requirement is like this. I have to connect to an external server constantly to listen for incoming data. How can I make sure that t

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

2004-02-07 Thread Tan Ai Leen
understand things better. Generally working with client sockets is easier. best regards raditha Tan Ai Leen wrote: Hi all, I have this situation now that requires socket programming. But I am not sure how to realise the requirements in programming whether as a client or server The requirement

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

2004-02-07 Thread Tan Ai Leen
understand things better. Generally working with client sockets is easier. best regards raditha Tan Ai Leen wrote: Hi all, I have this situation now that requires socket programming. But I am not sure how to realise the requirements in programming whether as a client or server The requirement

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,

[PHP] Socket warning

2004-02-17 Thread Tan Ai Leen
Hi all, I programmed a server to bind to an external server(Let's call it C-server). My server will have to listen on the connection to C-server and send over data frequently. Each write of data to C-server from my server will cause C-server to response a string. So the codes will be something l