Internet programming and web server management. UE Past Papers Questions.


View All Courses

(1347) Question Category: True OR False

In a multidimensional array, each element in the main array must also be an array.

Answer / Solution

UNSOLVED

(1348) Question Category: True OR False

The fget() function is used to read multiple characters from a file.

Answer / Solution

UNSOLVED

(1349) Question Category: True OR False

A cookie is a small file that the computer embeds on the user`s or server`s machine.

Answer / Solution

UNSOLVED

(1350) Question Category: Short answers

Write the output of the following program

<?php

$pp=array(array(years,Morogoro,Mbeya),array(1990,2,8),array(1991,9,3),array(1992,3,4));

echo’<table>’;

echo’<tr><td>’.$pp[1][1].’</td><td>’.$pp[2][1].’</td><td>’.$pp[0][2].’</td></tr>’;

echo’</table>’;

?>

Answer / Solution

UNSOLVED

(1351) Question Category: Short answers

Write the output of the following program

<?php

$i=4;

while(8<$i){

$i=$i++;

echo”$i”.(++$i);

}

?>

Answer / Solution

UNSOLVED


View All Courses
News & Updates | Recently
Recent Updates
questions

2024-05-02: questions

Questions Uploaded on 2024-05-02


questions

2024-03-29: questions

Questions Uploaded on 2024-03-29


questions

2024-03-19: questions

Questions Uploaded on 2024-03-19

Dismissible in 10 seconds