PHP Classes

Bugs

Recommend this page to a friend!

      Simple MySQL wrapper replicator  >  All threads  >  Bugs  >  (Un) Subscribe thread alerts  
Subject:Bugs
Summary:Few small bugs
Messages:1
Author:Tomas Manena
Date:2010-08-25 21:05:41
 

  1. Bugs   Reply   Report abuse  
Picture of Tomas Manena Tomas Manena - 2010-08-25 21:05:41
You should lower "$baowse++;" one line in mysql.php - if you leave it where it is, the cycle will be infinite if DB connection fails.

You also forgot extension in file mysql (should be mysql.php).

And one note - you probably should put "@" before $dtbh & $dtbs to prevent notices from displaying if DB connection fails.