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

2003-06-06 Thread Eric Tonicello
> Have you tried: > ob_end_clean(); > header("Location: http://...";); > to throw away the contents of the output buffer before sending the > Location header, then its nice and clean. Yes I tried ... Other idea ??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

[PHP] 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] 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 General Mailing List (http://www.php.net/) To unsubscr

[PHP] 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 mcfly