Что такое findslide.org?

FindSlide.org - это сайт презентаций, докладов, шаблонов в формате PowerPoint.


Для правообладателей

Обратная связь

Email: Нажмите что бы посмотреть 

Яндекс.Метрика

Презентация на тему PHP. (Lesson 7)

Uniform Resource Identifiers (URI)PHP HTTP Parameters URI = "http:" "//" host [ ":" port ] [ abs_path [ "?" query ]] http://example.com/home?view=some_view&cid=1
PHPLesson 7 Uniform Resource Identifiers (URI)PHP HTTP Parameters URI = PHP HTTP Head MethodHead same as GET, but only transfer the status line and header section.Request.Response.GETRequest.Response.HEAD PHP HTTP Headersget_headersget_headers() returns an array with the headers sent by the server PHP HTTP Headersheader()The header() function sends a raw HTTP header to a client.It PHP HTTP Headersheader()Refresh page with phpheader( PHP HTTP HeadersHeader Cache Control PHP URL Functions Tasks1. Ստուգել user-ի կողմից մուտք արված url-ը standalone է, թե ոչ:
Слайды презентации

Слайд 2 Uniform Resource Identifiers (URI)
PHP HTTP Parameters

URI =

Uniform Resource Identifiers (URI)PHP HTTP Parameters URI =

"http:" "//" host [ ":" port ] [ abs_path

[ "?" query ]]

http://example.com/home?view=some_view&cid=1


Слайд 3 PHP HTTP Head Method
Head same as GET, but

PHP HTTP Head MethodHead same as GET, but only transfer the status line and header section.Request.Response.GETRequest.Response.HEAD

only transfer the status line and header section.
Request.
Response.
GET
Request.
Response.
HEAD


Слайд 4 PHP HTTP Headers
get_headers
get_headers() returns an array with the headers

PHP HTTP Headersget_headersget_headers() returns an array with the headers sent by the

sent by the server in response to a HTTP

request.



Слайд 5 PHP HTTP Headers
header()
The header() function sends a raw HTTP

PHP HTTP Headersheader()The header() function sends a raw HTTP header to a

header to a client.
It is important to notice that

header() must be called before any actual output is sent.

header('Location: http://www.example.com/');


Слайд 6 PHP HTTP Headers
header()
Refresh page with php
header("Refresh: seconds")
 

PHP HTTP Headersheader()Refresh page with phpheader(

content="5">
window.location.reload()
Refresh page with meta tags
Refresh page with javascript


Слайд 7 PHP HTTP Headers
Header Cache Control

PHP HTTP HeadersHeader Cache Control

Слайд 8 PHP URL Functions

PHP URL Functions

  • Имя файла: php-lesson-7.pptx
  • Количество просмотров: 107
  • Количество скачиваний: 0