Multiple Choice
Which one of the following statements should be used to include a file?
A) . #include 'filename';
B) include 'filename';
C) include <filename>
D) none of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: A session is a way to store
Q15: A _ is a server that manages
Q16: A cookie is a small file that
Q17: the switch statement is used to perform
Q18: Which one of the following databases has
Q20: The long form of SQL is _.<br>A)Structural
Q21: mysql_close() is use to _database(wamp) in php
Q22: die(mySQL_error()) is used to show _ message
Q23: Which is the comment symbol in mysql?<br>A)&&<br>B)/*….*/<br>C)#<br>D)%
Q24: In PHP $Icon=mySQL_connect("localhost","root","") is used to _