Type your search query and hit enter:
Homepage
Web Programming
Web Programming
FREE Website And Web Server Programming Question and Answers
0%
How would you access a virtual site you created at port 8000 in a browser?
Http://localhost.8000
Http://localhost:8000
Http://localhost8000
None of the above
Correct!
Wrong!
Continue >>
A ______ can be added to the end of a URL as a technique to keep data safe after a visitor has seen the page.
Auto-global
Query string
Identifier
Function
Correct!
Wrong!
Continue >>
What syntax should be used to create a temporary cookie with the value "blue"?
Setcookie("blue");
Setcookie("color","blue");
$Color = setcookie("blue");
Setcookie("blue","color");
Correct!
Wrong!
Continue >>
Use the PHP function _______ to establish a connection to a MySQL database server.
Mysqli_connect()
Open_connect()
Open_mysqli()
Connection_mysqli()
Correct!
Wrong!
Continue >>
Which of the following does not qualify as a PHP state management tool?
Cookies
Hidden form fields
Query strings
Functions
Correct!
Wrong!
Continue >>
The setcookie() method in PHP takes a necessary ________ parameter and five optional arguments to construct a cookie.
Path
Expires
Value
Name
Correct!
Wrong!
Continue >>
Information about the session status is kept in the $_Session _______
Cookie
Function
Script
Autoglobal
Correct!
Wrong!
Continue >>
Subscribe to updates
Unsubscribe from updates
Related Post
FREE Security Web Programming Question and Answers
FREE Web Programming Question and Answers