Re: [PHP] ASP 2 PHP
On Wed, 9 May 2001, Brandon Orther wrote: > Hello, > > I am looking at a complete database with it interface written in ASP. All > of our company programs are written in PHP and that is what I want to use. > > I believe I remember seeing ASP 2 PHP converts before. Does anyone know of > any. They don't have to work perfect just convert it with some bugs and I > will fixes those. I've never tried it (though I have the rpms installed in the event one of my sites needs to use it), but I just saw on freshmeat.net that a new release of asp2php was released - http://asp2php.naken.cc/ is the link. > Also it is using a MSSQL database if that helps at all. > > Thanks > Brandon > Max Pyziur BRAMA - Gateway Ukraine [EMAIL PROTECTED] http://www.brama.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
RE: [PHP] .doc to .txt
On Mon, 26 Mar 2001, Ankur Verma wrote: > check out the microsoft word parser at www.wvware.com > > you can call this program ysing the exec() or system() function. > > also, search the mail archives for discussion on this topic in the very > recent past. There is one utility which I find very helpful - 'catdoc'. It's homepage is: http://www.ice.ru/~vitus/catdoc/ > hope that helps > > regards > > Ankur verma > HCL Technologies > Noida > India Max Pyziur BRAMA - Gateway Ukraine [EMAIL PROTECTED] http://www.brama.com/ > -Original Message- > From: Siim Einfeldt aka Itpunk [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 26, 2001 5:41 PM > To: [EMAIL PROTECTED] > Subject: [PHP] .doc to .txt > > > > Hi all, > > I need to convert .doc files into text. I know it`s possible to do it by > converting it in word, but I need to give the people of the site > opportunity to upload a .doc file and then I need to display it (and not > in another window, but rather 'in the site' like you would normally > display some text). > > All the info, code examples, urls you can provide me conserning this one, > I would appreciate it. And when answering, please send it to my private > email as well, [EMAIL PROTECTED] > > Thank you in advance, > Siim EInfeldt > [EMAIL PROTECTED] > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
Re: [PHP] webmail
On Mon, 9 Jul 2001, Adrian D'Costa wrote: > Hi, > > I am trying to write a web-based email client for my site (or are there > any samples) using php4 and POP3. > > I have a book on professional PHP but that sample uses IMAP which is not > installed on my system. > > Could anyone tell me where I can get some samples or how to proceed with > this project. There are several good sources on the web which carry information about ongoing opensource projects. To cite three: http://www.freshmeat.net/ http://php.resourceindex.com/ http://sourceforge.net/ The one which I use which matches your requirements (non-PHP, perl-module driven) is NS WebMail, one which I use and gives basic webmail capablities, though missing some desired functionality (sort on date, sender, or subject; default sort is reverse chrono). It's relatively easy to install. http://nikosoft.free.fr/nswm.htm For freshmeat's listing check here: http://freshmeat.net/search/?q=webmail > TIA > > Adrian Max Pyziur BRAMA - Gateway Ukraine [EMAIL PROTECTED] http://www.brama.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]