13 Mar
php for add field at mysql table
this is php for add field at mysql table.You also can add manually from phpmyadmin.
The script :
mysql_query( "ALTER TABLE kelas ADD namakolom VARCHAR( 100 ) NOT NULL") or die( mysql_error() );
bussiness, art, finance, learn PHP, hobbies and mores
13 Mar
this is php for add field at mysql table.You also can add manually from phpmyadmin.
The script :
mysql_query( "ALTER TABLE kelas ADD namakolom VARCHAR( 100 ) NOT NULL") or die( mysql_error() );