The GET Method

· GET requests can be cached

· GET requests remain in the browser history

· GET requests can be bookmarked

· GET requests should never be used when dealing with sensitive data

· GET requests have length restrictions

· GET requests should be used only to retrieve data

/test/demo_form.asp?name1=value1&name2=value2

The POST Method

POST /test/demo_form.asp HTTP/1.1
Host: w3schools.com
name1=value1&name2=value2

· POST requests are never cached

· POST requests do not remain in the browser history

· POST requests cannot be bookmarked

· POST requests have no restrictions on data length

PhpMyadmin

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL, MariaDB and Drizzle. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.

phpMyAdmin comes with a wide range of documentation and users are welcome to update our wiki pages to share ideas and howtos for various operations. The phpMyAdmin team

will try to help you if you face any problem; you can use a variety of support channels to get help.

What is WWW?

Definition: The term WWW refers to the World Wide Web or simply the Web. The World Wide Web consists of all the public Web sites connected to the Internet worldwide, including the client devices (such as computers and cell phones) that access Web content. The WWW is just one of many applications of the Internet and computer networks.

The World Web is based on these technologies:

· HTML - Hypertext Markup Language

· HTTP - Hypertext Transfer Protocol

· Web servers and Web browsers

What is site?

A Web site is a related collection of World Wide Web (WWW) files that includes a beginning file called a home page.

What is web site?

A website (alternatively, web site or Web site) is a collection of Web pages, images, videos or other digital assets that is hosted on one or several Web server(s), usually accessible via the Internet, cell phone or a LAN.


Понравилась статья? Добавь ее в закладку (CTRL+D) и не забудь поделиться с друзьями:  



double arrow
Сейчас читают про: