Question
Question 11 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text PHP variables are weekly typed, which means that: Select one: a.
Question 11 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text PHP variables are weekly typed, which means that:
Select one: a. you cant store data in them for a long time b. you do not have to define their type before you initialize them c. strongly typed languages like Java are better d. strongly typed languages do not require variable definitions Question 12 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text What will be printed?
$var=a; $VAR=b; echo $var$VAR;
Select one: a. aA b. aa c. bB d. ab Question 13 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text When installing online applications on a PHP server, what information is needed?
Select one: a. database username b. database password c. database host name d. All of the above Question 14 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text PHP server scripts are surrounded by what delimiters?
Select one: a. <&>&> b. c. ?> d. Question 15 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text What is an example of an open source shopping cart PHP application?
Select one: a. Amazon b. Facebook c. osCommerce d. ShopNow
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started