Question
a.
mail_send()
b.
send_mail()
c.
mailrr()
d.
mail()
Posted under PHP
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which one of the following function is used to send an email using PHP script?
Similar Questions
Discover Related MCQs
Q. How many configuration directives pertinent to PHP’s mail function are available?
View solution
Q. Which of the following statements is used to add an attachment to the mail?
View solution
Q. Which one of the following is the very first task executed by a session enabled page?
View solution
Q. How many ways can a session data be stored?
View solution
Q. Which directive determines how the session information will be stored?
View solution
Q. Which one of the following is the default PHP session name?
View solution
Q. If session.use_cookie is set to 0, this results in use of..
View solution
Q. If the directive session.cookie_lifetime is set to 3600, the cookie will live until..
View solution
Q. Neglecting to set which of the following cookie will result in the cookie’s domain being set to the host name of the server which generated it.
View solution
Q. What is the default number of seconds that cached session pages are made available before the new pages are created?
View solution
Q. What is the default time(in seconds) for which session data is considered valid?
View solution
Q. Which one of the following function is used to start a session?
View solution
Q. Which function is used to erase all session variables stored in the current session?
View solution
Q. What will the function session_id() return is no parameter is passed?
View solution
Q. Which one of the following statements should you use to set the session username to Nachi?
View solution
Q. An attacker somehow obtains an unsuspecting user’s SID and then using it to impersonate the user in order to gain potentially sensitive information. This attack is known as..
View solution
Q. Which parameter determines whether the old session file will also be deleted when the session ID is regenerated?
View solution
Q. Which function effectively deletes all sessions that have expired?
View solution
Q. Which function is used to transform PHP’s session-handler behavior into that defined by your custom handler?
View solution
Q. The session_start() function must appear..
View solution
Suggested Topics
Are you eager to expand your knowledge beyond PHP? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!