Tag: web technology

Questions Related to web technology

  1. are different how they handle failure

  2. both are same in every aspects

  3. is include() produced a Fatal Error while require results in a Warning

  4. none of above


Correct Option: A
  1. Any variable available at that line in the calling file will be available within the called file from that point

  2. Any variable available at that line in the calling file will not be available within the called file

  3. Variables are local in both called and calling files

  4. None of above


Correct Option: A
  1. Get

  2. Post

  3. Both Get and Post

  4. There is no direct way for larger form. You need to store them in a file and retrieve


Correct Option: B
  1. Enable or disable cookie support

  2. Declare cookie variables

  3. Store data in cookie variable

  4. All of above


Correct Option: C
  1. allow_url_fopen

  2. allow_remote_files

  3. both of above

  4. none of above


Correct Option: A

fopen($file_doc,”r+&rdquo opens a file for

  1. reading

  2. writing

  3. none of above

  4. both of above


Correct Option: D
  1. The message

  2. The recipient

  3. The header

  4. The subject


Correct Option: D
  1. database host

  2. user ID

  3. password

  4. database name


Correct Option: D