Question: Consider the following two statements: 1 while (expr) statement 2 while (expr): statement...endwhile; Which of the following are true in context of the given statements?
Question: You are using sessions and session_register() to register objecrts. These objects are serialized automatically at the end of each PHP page and are de-serialized automatically on each of the following pages. Is this true or false?