Week 6.2 Flashcards

1
Q

Name 2 main server side Session-Data persistence techniques:

A

Store the values in a special session file

store the values in alternative persistent storage:
XML file, database
SID is usaully still required for this

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is an email sent using php?

A

Mail() function

Example:

bool mail (
string $to,
string $subject,
string $message
[, string $additional_headers
[, string $additional_parameters]
] )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly