Re: [PHP-WIN] Re: Is it possible to have IIS and apache runing in the same machine, with windows xp?

2005-01-05 Thread Armando
Yes it is possible, up until recently I was running both IIS 5.0 and Apache 2.0.51 under Win2K Server and they ran fine. You just need to make sure they are each listening on a different port. Mind you, I now dumped IIS/ASP completely in favor of Apache/PHP. But the point - yes they can work to

[PHP-WIN] Word COM Object

2005-01-05 Thread Ron.Herhuth
I have successfully made a PHP script that takes dynamically generated HTML and creates a Word Doc then saves it to the server and creates a link to itself. This is fine and dandy but now I have to do a multipage document using several dynamically generated pages...this isnt a problem BUT I need

Re: [PHP-WIN] Is it possible to have IIS and apache runing in the same machine, with windows xp?

2005-01-05 Thread Frank M. Kromann
Yes, as long as they are using different tcp ports. - Frank > > Hello > > Anyone know if it’s possible to have a (IIS – sql-server) and (apache – > mysql) running on the same machine? > > Thanks > > André Caridade > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

RES: [PHP-WIN] Is it possible to have IIS and apache runing in the same machine, with windows xp?

2005-01-05 Thread Rafael Soares
Maybe in different ports -Mensagem original- De: Andre [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 5 de janeiro de 2005 14:42 Para: php-windows@lists.php.net Assunto: [PHP-WIN] Is it possible to have IIS and apache runing in the same machine, with windows xp? Hello Anyone kn

[PHP-WIN] Re: Is it possible to have IIS and apache runing in the same machine, with windows xp?

2005-01-05 Thread Jason Barnett
Andre wrote: Hello Anyone know if it’s possible to have a (IIS – sql-server) and (apache – mysql) running on the same machine? Thanks André Caridade If they are listening on different ports then I don't think this is a problem. Then again I've never actually done this. :) -- Teach a person to

[PHP-WIN] Is it possible to have IIS and apache runing in the same machine, with windows xp?

2005-01-05 Thread Andre
Hello Anyone know if it’s possible to have a (IIS – sql-server) and (apache – mysql) running on the same machine? Thanks André Caridade

[PHP-WIN] Re: PHP5, IIS6, and Windows2003 Web Edition

2005-01-05 Thread Jason Barnett
Steve Larabee wrote: Greetings all: I have tried a number of things that I have found in these newsgroups, and I am still receiving 404 errors when I try to open a php page. PHP is showing as "UP" in the ISAPI Extensions settings screen, I have PHP allowed as a web service extension. Nothing.

[PHP-WIN] problem with domxml, sablotron setup

2005-01-05 Thread Leila Lappin
I’ve been checking through internet including this mailing list for an answer and nothing has helped so far. When I try to sablotron processor I get "XML parser error 4: not well-formed (invalid token)". When I run this same script on my web-host service provider’s set up everything works fine. I

[PHP-WIN] Re: COM error problem with PHP 4.3.2

2005-01-05 Thread Dirc
Apologies for the multiple posting.. the PHPDiscuss website was generating PHP errors so it was not clear as to whether the post was actually sent Also, no mention was made of the fact that email addresses were to be verified via a process with a large time delay so I sent it again... sorry.

[PHP-WIN] PHP5, IIS6, and Windows2003 Web Edition

2005-01-05 Thread Steve Larabee
Greetings all: I have tried a number of things that I have found in these newsgroups, and I am still receiving 404 errors when I try to open a php page. PHP is showing as "UP" in the ISAPI Extensions settings screen, I have PHP allowed as a web service extension. Nothing. Can anyone help? Th

[PHP-WIN] COM syntax help

2005-01-05 Thread Ron.Herhuth
I am working with MS Word through the COM object. I have figrued out how to do almost everything I need, but I want to insert a page break. This is the code that I get from the VB Editor: Selection.InsertBreak Type:=wdPageBreak I tried this but it doesnt like it: $word->Selection->InsertBreak(

[PHP-WIN] COM errors

2005-01-05 Thread Dirc
I am using a VB component for encryption/decryption of data. It in turn uses the CAPICOM EncryptedData object as provided by Microsoft. Having instatiated the object successfully, I am trying to run a method on that object which fails ~60% of the time for no apparent reason. The weird thing is th

[PHP-WIN] COM error problem with PHP 4.3.2

2005-01-05 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I have a VB component which encrypts/decrypts passwords using the CAPCIOM EncryptedData object. Internal to the VB component is an 'On Error Resume Next' statement before running a method on the decrypt method. For some reason, if there is an error on the decrypt method, rather than carry on to t

[PHP-WIN] COM error problem with PHP 4.3.2

2005-01-05 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I have a VB component which encrypts/decrypts passwords using the CAPCIOM EncryptedData object. Internal to the VB component is an 'On Error Resume Next' statement before running a method on the decrypt method. For some reason, if there is an error on the decrypt method, rather than carry on to t

[PHP-WIN] PHP4.3/Apache1.3.33 under windows xp

2005-01-05 Thread Srinivasan S
Hello I have installed PHP 4.3.1o manually along with Apache 1.3 under windows xp. I made the following entries to httpd.conf:   LoadModule php4_module "c:/php/sapi/php4apache.dll" AddType application/x-httpd-php .php In addition DocumentRoot and is set. Scriptalias is set to valid cgi-bin

[PHP-WIN] Sending Emails

2005-01-05 Thread Hassan Shaikh
Hi, My server is on dynamic IP and I'm using NO-IP.com (or similar service) to get a boring-weeeird-name.com :) Now, is it possible to send email via PHP thru that server? Or do I need to use some sort of command-line MUA / mail client to enable sending EMAILS using PHP? Using the Apache 1.3.33