Programming - PHP

31.

Method used to create a MySql database using PHP :

Answer

Answer :

Option B
32.

________ is used to concatenate strings in PHP.

Answer

Answer :

Option A
33.

Which date format character returns full textual representation of a month, such as April or October ?

Answer

Answer :

Option C

Explanation :


m - numeric representation of a month, with leading zeros
M - short textual representation of a month, three letters
F - full textual representation of a month, such as April or October
n - numeric representation of a month, without leading zeros
34.

Which of the following php statement/statements will store 786 in variable num ?
  1. int $num= 786;
  2. num= '786';
  3. $num= 786;
  4. 786= $num;

Answer

Answer :

Option C
35.

Which of the following function returns selected parts of an array ?

Answer

Answer :

Option D
Jump to page number :