/* //mysql 4.1 and up only if (eregi('mysql', $DBtype)) { $myversion = $datadict->serverInfo['version']; if ($myversion < 4.1) { db_err ("stepBack", 'Only mysql 4.1 and latest are supported!'); } }*/