Skip to main content

Sitemap

https://learner2know.blogspot.com/ 2021-05-23T04:42:52+00:00 1.00 https://learner2know.blogspot.com/2020/12/human-resource-management-in-indian.html 2021-05-23T04:42:52+00:00 0.80 https://learner2know.blogspot.com/2020/12/hr-management-training-and-development.html 2021-05-23T04:42:52+00:00 0.80 https://learner2know.blogspot.com/2020/12/hr-management-selection-of-employees.html 2021-05-23T04:42:52+00:00 0.80 https://learner2know.blogspot.com/2020/12/hr-management-categories-of-employees.html 2021-05-23T04:42:52+00:00 0.80 https://learner2know.blogspot.com/2020/12/how-to-install-wampserver-in-windows-10.html 2021-05-23T04:42:52+00:00 0.80 https://learner2know.blogspot.com/2020/12/insert-data-into-mysql.html 2021-05-23T04:42:52+00:00 0.80 https://learner2know.blogspot.com/2020/12/make-money-online.html 2021-05-23T04:42:52+00:00 0.80 https://learner2know.blogspot.com/2017/04/vlookup.html 2021-05-23T04:42:52+00:00 0.80 https://learner2know.blogspot.com/2017/05/apprentice-registration.html 2021-05-23T04:42:52+00:00 0.80 https://learner2know.blogspot.com/2017/04/mail-merge-in-ms-word-continued.html 2021-05-23T04:42:52+00:00 0.80 https://learner2know.blogspot.com/2020/12/how-to-create-blog-and-different-blog.html 2021-05-23T04:42:52+00:00 0.64 https://learner2know.blogspot.com/2020/12/how%20to%20build%20htmlform.html 2021-05-23T04:42:52+00:00 0.64 https://learner2know.blogspot.com/2020/12/ms-office-excel-word-and-powerpoint.html 2021-05-23T04:42:52+00:00 0.51

Comments

Popular posts from this blog

How to Install Wampserver in Windows 10

What is WAMPSERVER :  WAMPSERVER IS A LOCAL WEBHOSTING PACKAGE HOW TO INSTALL WAMPSERVER IN WINDOWS 10 WAMP stands for Windows Apache  MySQL  and PHP. WAMPSERVER is a server for executing Hypertext Preprocessor programming language. Normally PHP is used as a server side programming language in building beautiful web applications and websites. In a  web development  activity WAMPSERVER playing the role of displaying the webpages without the help of a  Browser .  HTML and CSS is also used on side by side to display the webpages and ultra modern web applications and graphical presentations. What is PHP?   PHP was initially "Personal Home Page" and now it is  known as Hyper-text Pre Processor".  PHP is very widely used to build stunning web applications and websites.  There are many such websites built with PHP.  PHP was initially developed by 'Rasmus Leadoff' which is further developed by PHP Team.  The introdu...

How to Use Mail Merge in Microsoft Word

How to Use Mail Merge in Microsoft Word Use mail merge to create and print too many letters and other documents to different persons. Mail merge is used to create a set of documents, such as a form letter(interview call/offer letters) that is sent to many candidates.  Each letter has unique information.  For example, in letters to candidates, each letter can be personalized to address each candidate by name.  The mail merge process requires the following steps: Set up the main document.  The main document contains contents which will be used in each document. Connect the document to a data source.  A data source is a file that contains the information to be merged into a document. Normally we can use excel file contains the names and addresses of the recipients of a letter.  Microsoft Office Word generates a copy of the main document for each item, or record, in your data file.  If your data file is a mailing list, these item...

INSERT DATA INTO MYSQL

Insert data into MySQL How to Install WAMPSERVER How to insert data into MySQL : After installation of WampServer a short cut will appear on the desktop. Click on the short cut and you will be asked whether the programme to be allowed to open, then click yes. Then "w" icon will be displayed on the shortcut bar on the bottom which will first appear as red then orange and then green. Right click on the icon and select PHPMYADMIN for inserting data into MySQL. You will be directed to login page login after giving the required credentials. You will be directed to the phpmyadmin page then select new on the left panel to create a new data base viz. "empdetails".   Then save and go  Then you will be asked to create table give name of the table as "empadress". Create four coloumns as displayed : id empname qtrno persno int for id Varchar for empname Int for qtrno Into for persno Click on A/I box and activate. A/I is for auto increment of ID i.e. in you...