InterviewSolution
Saved Bookmarks
| 1. |
PHP scripts are located in the web client document tree.(a) True(b) FalseI have been asked this question during an interview.The doubt is from Setting Up Replication Servers topic in division Database Maintenance, Backups and Replication of MySQL |
|
Answer» RIGHT choice is (b) False For explanation: The PHP scripts are different from DBI scripts since PHP scripts are located within the web SERVER document TREE while DBI scripts are located in a cgi-bin directory located OUTSIDE of document tree. |
|