(20) PHP Interview Questions and Answers

ans.

1. Adabas D
2. InterBase
3. Solid
4. dBase
5. mSQL
6. Sybase
7. Empress
8. MySQL
9. Velocis
10. FilePro
11. Oracle
12. Unix
13. dbm
14. Informix
15. PostgreSQL

 

ans.

  • HTML
  • CSS
  • JAVASCRIPT / JQUERY

ans.

Hypertext Preprocessor.

ans.

Yes.

ans.

.php

ans.

  1. Content generate dynamicaly
  2. Retrieve data from server
  3. Store data to database
  4. can do file access such as open, read, write, delete, copy, paste and edit.
  5. encrypt data

ans.

returns of data type and value of a specific variable.

ans.

No. conditions, classes, functions and userdefine functions are not case sensitive but variables are case sensitive.

ans.

There are two.

// Single line comment

# Another one single line comment

ans.

Notice: Undefined variable: i in https://www.iqaweb.com/test.php on line 12