- 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
1 ответ
+ 1
Do you mean how to start a session?
session_start();