PHP $_POST Array

Pubblicato il: 02 giugno 2018
sul canale di: 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...


In questa pagina del sito puoi guardare il video online PHP $_POST Array della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Steve Griffith - Prof3ssorSt3v3 02 giugno 2018, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 12,252 volte e gli è piaciuto 75 spettatori. Buona visione!