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() );

Continue Reading

Incoming search terms for the article:

mysql add field, mysql table add field