InterviewSolution
Saved Bookmarks
| 1. |
In which directory are the DBI scripts located?(a) cgi-inc(b) cgi-bin(c) cgi-usr(d) cgi-perl |
|
Answer» The correct choice is (b) cgi-bin For explanation: 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. |
|