Junior PHP Developer Question:
Tell me how to initiate a session in PHP?
Answer:
The use of the function session_start() lets us activating a session.
Previous Question | Next Question |
Tell me how is it possible to return a value from a function? | Tell me what does $_ENV means? |