PHP programmer in the house, plz how does 'session' work in php & can it work in writting PHP OOP | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

PHP programmer in the house, plz how does 'session' work in php & can it work in writting PHP OOP

PHP

11th Feb 2021, 11:49 PM
Mubarak
1 Respuesta
+ 2
Session introduction https://www.php.net/manual/en/intro.session.php Below link shows an outdated example using mysql (nowadays people use mysqli or PDO). But the part covering use of session might still worth reading to help understand its use cases, before adapting to new technologies 👍 https://www.c-sharpcorner.com/UploadFile/0870a0/registration-and-login-form-in-php-using-oop/
12th Feb 2021, 3:00 AM
Ipang