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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 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