PHP Array and Sessions (Practice Coding) | Learning PHP 2023

Pubblicato il: 12 marzo 2023
sul canale di: RaymondT
329
4

Hi guys! Welcome to my channel RaymondT.

PHP Array
An array is a special variable, which can hold more than one value at a time.
In PHP, there are three types of arrays:
Indexed Arrays - Arrays with a numeric index
Associative Arrays - Arrays with named keys
Multidimensional Arrays - Arrays containing one or more arrays

PHP Sessions
A session is a way to store information (in variables) to be used across multiple pages and for a longer amount of time.
Sessions are server-side files that store user information.
The session ends when the user closes the browser or logs out of the program.
A session can store an unlimited amount of data.
The data is saved in an encrypted format during sessions.
Tip: If you need a permanent storage, you may want to store the data in a file or database.


Just keep practicing and never stop learning.
Thank you for watching.


In questa pagina del sito puoi guardare il video online PHP Array and Sessions (Practice Coding) | Learning PHP 2023 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato RaymondT 12 marzo 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 329 volte e gli è piaciuto 4 spettatori. Buona visione!