Thomas_Jung
Erfahrenes Mitglied
Hallo
Folgendes Beispiel findet tinyint und tinytext und tinyblob usw.
Wie muß ich es abändern das es nur tinyint findet.
Vielen Dank
Thomas
Folgendes Beispiel findet tinyint und tinytext und tinyblob usw.
Wie muß ich es abändern das es nur tinyint findet.
PHP:
if(preg_match('/^tinyint\((.*)\)$/m', $row['Type'], $fleng)) {
Vielen Dank
Thomas