InterviewSolution
Saved Bookmarks
| 1. |
DBI scripts are located in the directory ______________(a) cgi-inc(b) cgi-bin(c) cgi-usr(d) cgi-perlThis question was posed to me in examination.This interesting question is from Putting PHP to Work in section MySQL Programs Using Perl DBI and PHP of MySQL |
|
Answer» RIGHT answer is (b) cgi-bin The BEST I can explain: DBI SCRIPTS are located in a cgi-bin directory located outside of document TREE. The PHP scripts are different from DBI scripts since PHP scripts are located within the web server document tree. |
|