A report on Website, Web server and Form (HTML)
A website (also written as web site) is a collection of web pages and related content that is identified by a common domain name and published on at least one web server.
- WebsiteA high-traffic Internet website might handle requests with hundreds of servers that run on racks of high-speed computers.
- Web serverThese capabilities, along with the multimedia features of NCSA's Mosaic browser (also able to manage HTML FORMs in order to send data to web server) highlighted the potential of web technology for publishing and distributed computing applications.
- Web serverDynamic sites can be interactive by using HTML forms, storing and reading back browser cookies, or by creating a series of pages that reflect the previous history of clicks.
- WebsiteForms are usually combined with programs written in various programming language to allow developers to create dynamic web sites.
- Form (HTML)CGIs may be written in other languages than Perl (compatibility with multiple languages is a design goal of the CGI protocol) and there are other ways to make Perl scripts interoperate with a web server than using CGI (such as FastCGI, Plack or Apache's mod_perl).
- Form (HTML)2 related topics with Alpha
Hypertext Transfer Protocol
0 linksApplication layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems.
Application layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems.
A web browser, for example, may be the client whereas a process, named web server, running on a computer hosting one or more websites may be the server.
Some web applications need to manage user sessions, so they implement states, or server side sessions, using for instance HTTP cookies or hidden variables within web forms.
PHP
0 linksGeneral-purpose scripting language geared toward web development.
General-purpose scripting language geared toward web development.
PHP code is usually processed on a web server by a PHP interpreter implemented as a module, a daemon or as a Common Gateway Interface (CGI) executable.
He extended them to work with web forms and to communicate with databases, and called this implementation "Personal Home Page/Forms Interpreter" or PHP/FI.
, PHP was used in more than 240 million websites (39% of those sampled) and was installed on 2.1 million web servers.