To set the expire date of a persistent cookie, use PHP's ____ function and add to it an integer in seconds to specify when the cookie should be deleted.
A. date()
B. expire()
C. time()
D. day()
Answer: C
You might also like to view...
Show the steps involved for compiling and executing a Java program in the myLab1.java file. The main function is in the myLab1 class. State clearly the commands for the compilation and execution of this program. Name the file that contains the Java bytecode.
What will be an ideal response?
Given a pointer to a structure containing a calendar date, which of the following statements correctly references the day of the week?
A. *date.day B. *(date.day) C. ptr->day D. ptr->date.day E. ptr->date->day
While servicing a laser printer, the technician notices that paper is jamming immediately after being pulled from the paper tray. What is the most likely cause of the paper jams?
A. Fuser unit B. Transfer roller C. Image drum D. Paper feed rollers
The original program instructions entered into an editor is known as which of the following?
A. linker B. object code C. IDE D. source code