June 5, 201214 yr Need some help figuring out this question. Anyone know which answer would be best? Would really appreciate any insights! What will the PHP statement include("test.inc.php") do? a.)Insert the text located in the test.inc.php file into the PHP program that contains the include() function. b.)Produce an error because the file is not referenced by its full path name. c.) Add HTML statements from the main program into the file specified in the include() function. d.) Processs the code listed in the include() function file and stop.
June 5, 201214 yr Need some help figuring out this question. Anyone know which answer would be best? Would really appreciate any insights! What will the PHP statement include("test.inc.php") do? a.)Insert the text located in the test.inc.php file into the PHP program that contains the include() function. b.)Produce an error because the file is not referenced by its full path name. c.) Add HTML statements from the main program into the file specified in the include() function. d.) Processs the code listed in the include() function file and stop. Id say it would be answer A but you really should not cheat on test Edited June 5, 201214 yr by webdesigner93
Create an account or sign in to comment