[PHP-WIN] how to install imap with php on windows 2000 server under IIS

2003-08-06 Thread Ha Duy Thien
Dear everyone, Hi i would want to install Imap extension. i saw the right packet on this page : http://www.php.net/manual/fr/ref.imap.php but i don't know how to install it on windows 2000!!! My Php version is : Php 4.3.3 Server : Windows 2000 Server Web Server : IIS 5.0 it seems i must compil

[PHP-WIN] How to extract PHP code from php pages

2003-01-22 Thread Ha Duy Thien
Hi everyone Could you show me how to extract php code (in ) from a php pages mixed with HTML Thanks for any help Thien -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] how to read lob,clob and long field in oracle

2003-01-20 Thread Ha Duy Thien
Dear PHP gurus, Do you know the way to read data from LOB, CLOB, or LONG field in Oracle database Please tell me how to do it. Thanks very much Thien -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] date and time operation

2003-01-16 Thread Ha Duy Thien
Hello everybody ! Does anybody here deal with date and time operation in php ? If you don't mind, please show me they way to do this. I have some date and time functions in ASP and now I have to convert it to PHP. Here are some functions in ASP yr = year(date()) mon = month(date()) currentmont

[PHP-WIN] How to use oracle transaction with php

2003-01-16 Thread Ha Duy Thien
Dear php gurus, Does anyone here know about how to setup an oracle transaction with php. If you have any sample source code, please give me currently i am using : - PHP 4.3 -Apache -Oracle 8.1.7 -Unix server Thanks you very much Thien -- PHP Windows Mailing List (http://www.php.net/) To u

[PHP-WIN] convert asp to php

2003-01-14 Thread Ha Duy Thien
Dear php gurus I have a simple question. Now I am incharge of converting asp pages into php pages. in asp page they have this command : Response.Buffer=false I would like to know in PHP does it have something like that to control bufering php pages? Or could you show me the document about this