[PHP] fread has changed functionality...please read

2003-06-13 Thread Bob Silva
, 8192); if (strlen($_data) == 0) break; $data .= $_data; } or some other similar looping of your choice. Hope this helps someone else from wasting days trying to figure out why their code no longer works. Bob Silva -- PHP General Mailing List (http://www.php.net

[PHP] Internal use of Mysql Connections

2001-09-20 Thread Bob Silva
Just curious why mysql wouldnt restore the last known internal connection id. In the code below, I open a connection (without storing the connection id), use it, then open,use,close a different connection, this time using a connection id, but when I close it, the original internal connection