Related Articles
Few linux commands which are helpful
To download a file wgett urloffile To see log file contents , run time file tail -f filename To return back from file ctrl+c To edit a file vi filename return back :q! or :wq! to insert in file use insert key
How to Add Column to Mysql Table and Auto Increment with Primary Key
Check below on How to Add a Column to Mysql Table with Auto Increment and Primary Key You can achieve it by doing Alter Command: Add Column to Mysql To Modify Column and add Auto Increment with Primary Key Query: ALTER TABLE test MODIFY COLUMN ID INT(10) PRIMARY KEY auto_increment; ALTER TABLE users ADD id […]
Which is the Best Programming Language? Poll #1
We had ran a Poll on the blog, for Which is the Best Programming Language, for 3 weeks and we have received 109 votes for this, and with out hesitation PHP has won the Poll with 43 votes i.e., 39% of the total votes received. I personally feel that Java is the Best programming language […]