Php registration variables | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

Php registration variables

Hi all, I have a 2 page registration form for an assignment and I need to store the form fields in a db. How do I go about creating the session variables for the first part to carry over to the second part

1st May 2018, 8:28 AM
Matthew Gibson-storey
Matthew Gibson-storey - avatar
1 Respuesta
+ 1
Do you mean how to start a session? session_start();
3rd May 2018, 1:03 AM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar