PHP $_POST Array

Publicado el: 02 junio 2018
en el 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...


En esta página del sitio puede ver el video en línea PHP $_POST Array de Duración hora minuto segunda en buena calidad , que subió el usuario Steve Griffith - Prof3ssorSt3v3 02 junio 2018, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 12,252 veces y le gustó 75 a los espectadores. Disfruta viendo!