Re: [PHP-WIN] Script doesn't write to database...

2002-07-09 Thread Mathew Joseph
er table in the same database that I'm writing to >successfully, it just doesn't seem to want to write to this one table. >I am totally frustrated with this script but I need to get it done. >Thanks for any ideas you might have. > >Ron > > > >Mathew Joseph wrote

Re: [PHP-WIN] Script doesn't write to database...

2002-07-09 Thread Mathew Joseph
i have a feeling that your database doesnt commit by default. you may have to explicitly call commit from ur PHP scripts or set auto_commit in ur sql server. Ofcourse if other update statements of yours are working without an explicit commit then i cant find anything wrong with ur code. Mathew

[PHP-WIN] XSL problem

2002-07-08 Thread Mathew Joseph
Hi there, I have been trying for the past hour to try and get the XSL installation correct in PHP(windows). inspite of the file being there in the extensions dir, Apache gives me an error saying php_xslt.dll not found. What could be the problem. The path is correct because PHP is able to fin

[PHP-WIN] XML parser file

2002-07-08 Thread Mathew Joseph
hi there, does any one have copies of XMlparser.dll and xmltok.dll. these files seem to be missing on my comp. could someone send it across. thanks, Mathew -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Zip Problem

2002-07-08 Thread Mathew Joseph
Hi There, I am trying to incorporate zipping and unzipping files on a windows platform via PHP. I came across ZZiplib but wasnt able to find any information with regard to windows installation. Is there anyone who has tried something similar ? If yes, could you give me installation details and