[PHP-WIN] php4isapi.dll and header("Location: ...")

2003-06-06 Thread Eric Tonicello
4.3.2 "php.ini" : - output_buffering = on - zlib.output_compression = on Any idea ??? Other bugs with ISAPI module ??? Thanks for help ! Eric Tonicello -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] mySQL and ODBC

2002-05-23 Thread Eric Tonicello
Hi ! There is an equivalent of : mySQL_insert() in : Unified ODBC functions ??? Thanks for any help ! ___ Eric TONICELLO Faculty of Architecture, Civil and Environmental Engineering SWISS FEDERAL INSTITUTE OF TECHNOLOGY LAUSANNE Email : [EMAIL

[PHP-WIN] XML issues

2002-02-12 Thread Eric Tonicello
T and produce HTML. How make it simply ? I have a solution using xml2tree, but I'd prefer a DOM-XML solution (it exists in java with xalan ...) I use PHP 4.1.1 on windows 2000 and MS IIS 5.0. Thanks for any help. Eric Tonicello -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

Re: [PHP-WIN] function mail()

2001-03-21 Thread Eric Tonicello
I've got the solution. Thanks Jeff ! try putting this before the mail command: ini_set("SMTP", "your.smtp.server"); (i used localhost, thats where my server is) ini_set("sendmail_from", "[EMAIL PROTECTED]"); (i used postmaster@localhost) I posted this to

[PHP-WIN] function mail()

2001-03-21 Thread Eric Tonicello
Hi ! I'm trying to use the function mail(). I get : Warning: Failed to Connect in D:\IBOIS\web\test.php on line 1 I'm using the lastest version of PHP on IIS 4.0 What's wrong ? Should I change the php.ini ? If I try to use the snmp library i get lot of errors... PLease help.me Eric