PHP $_POST Array

Publicado em: 02 Junho 2018
no canal de: Steve Griffith - Prof3ssorSt3v3
12,252
75

When you want to upload data from an HTML form but you don't want it to appear in the querystring, then the POST method is most likely what you want to use.
PHP will automatically create a $_POST array containing all the data that was sent from the browser.

Keep in mind that there is a difference between your form's enctype attribute values - multipart/form-data and application/x-www-form-urlencoded. The multipart/form-data value is what you MUST use if you are uploading an attached file.

Code GIST: https://gist.github.com/prof3ssorSt3v...


Nesta página do site você pode assistir ao vídeo on-line PHP $_POST Array duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Steve Griffith - Prof3ssorSt3v3 02 Junho 2018, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 12,252 vezes e gostou 75 espectadores. Boa visualização!