Related Articles
How to get Free .design domain TLD
If you are a web designer or package designer then here is a good news for you, porkbun is offering a free .design tld for everyone for the 1st year, which means you can own a.design tld for no price for an year. free .design domain A .design domain name reflects what you do as […]
How to handle the F11 key without showing Full Screen mode using Javascript
You can handle the F11 key using Javascript function, check the below javascript function.
alter table and make id as auto increment
ALTER TABLE internal MODIFY COLUMN id INT(32) NOT NULL auto_increment PRIMARY KEY;