Tag: web technology

Questions Related to web technology

  1. sssion_decode

  2. session_destroy

  3. session_id

  4. session_pw


Correct Option: D
  1. Uplaod is not successful, error occurred

  2. The file uploaded with success

  3. Uploaded file size is 0

  4. File upload progress is 0% completed


Correct Option: B
  1. You can use any of the delimiting style

  2. You can use different delimiting styles in same page

  3. You can use any delimiting style but must use a single style consistently for a page

  4. Variables declared in previous blocks are remenbered on later blocks too!


Correct Option: C
  1. Single line c++ syntax - //

  2. Shell syntax - #

  3. Both of above

  4. None of above


Correct Option: C
  1. Php print ("

    I love the summer time

    ";?>

  2. Php $ season="summer time"; print"

    I love the $ season

    "; ?>

  3. I love the summer time ; ecdho $ message; ?>

  4. All of above


Correct Option: D