Ok - after fixing my error logging calls, I ended up with another story for why the script was dying. My MySQL wrapper wasn't reselecting the DB after reconnect. Doh.. Of course we'll see tomorrow if...
During my test on the code last night, I would stop the server that it was connected to.. Then start it back up and it worked. But this morning, the script died with the message basically stating 2...
http://www.smart.net/~mmontes/ushols.html will give your more holidays, also don't forget holidays which dates change each year.. Look at the end of the page for...
I have a script that connect to server. I need to be able to reconnect on a disconnect. The first reconnect part of my script works on the initial connect.. But if the connection is broken during the...
Yeah - finding the count before the loop really speeds things up since you only check the variable for a integer each iteration of the loop instead of having to count the elements each iteration.
...