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.
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
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(...)) {