0
PHP programmer in the house, plz how does 'session' work in php & can it work in writting PHP OOP
PHP
1 Antwort
+ 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/