InterviewSolution
Saved Bookmarks
| 1. |
For which language is the PEAR module used?(a) Python(b) Perl(c) PHP(d) C |
|
Answer» The correct choice is (c) PHP For explanation I would say: The PEAR database module is specified for the language PHP. PHP is a server side scripting language and it provides an appropriate method of embedding programs in the web pages. |
|