Code:
$Isotope = "CREATE TABLE Isotope ( isotope_id int(2) NOT NULL auto_increment, isotope_name varchar(50) NOT NULL, state int(1) NOT NULL, unit varchar(10) NOT NULL, min_value decimal(3,6) NOT NULL, max_value decimal(3,6) NOT NULL, PRIMARY KEY (isotope_id) )"; $results = mysql_query($Isotope);
Leave a comment: