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!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 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/
12th Feb 2021, 3:00 AM
Ipang