Related Articles
HTTP Codes Web Page Errors While Browsing
Below are some web page errors you may came/come across while browsing internet. The error ranges are many but below are the ones which will occur mostly. Error 400 – Bad request errorError 401 – unauthorized request errorError 403 – forbidden errorError 404 – Not found errorError 500 -Internal error errorError 501 – Not Implemented […]
On page SEO Checklist
Below is the list of On page SEO Checklist On page SEO Checklist Keyword placement: Keyword in Title Keyword in Permalink Keyword in first paragraph Keyword in Image Alt tag Tweaked Keyword in H2 or H3 Bold Important Keywords and related keywords Italics 1-2 important Keywords Outbound Link to relevant high-quality sites Internal links to […]
alter table and make id as auto increment
ALTER TABLE internal MODIFY COLUMN id INT(32) NOT NULL auto_increment PRIMARY KEY;