[PHP-WIN] Exec problem (using Winzip - command line)

2005-11-14 Thread Chuck Anderson
I wrote a script to backup my Thunderbird user profile every night by zipping the whole profile (with subfolders) into a zip file. I use exec to call Winzip with command line parameters (see - http://www.memecode.com/docs/winzip.html) The script worked fine until I tried it under my Apache 2.

[PHP-WIN] mssql tcp

2005-11-14 Thread Joakim Ling
Hi When I connect to my MSSQL server (internal) with mssql_connect, make a few queries etc and then close the connection link. It creates a TCP connection each time (for every query). I'm running Win 2003 STD, IIS6, PHP5, MSSQL2000. The problem is that the connection doesn't close correctly so

[PHP-WIN] Re: php-windows Digest 11 Nov 2005 18:34:21 -0000 Issue 2820

2005-11-14 Thread Dinu Ionut
What nextRecord() is? If it is the mysql_fetch_array then you're problem is that you call it in the while loop.. this is why the server crash! ( last line within while() remove it and try then!) If it is the mysql_fetch_row then you need to do this like while($i < mysql_num_rows(...)) {