If the file named wrongFile.php doesn't exist,then what will happen?
Will run smoothly
Will generate fetal error.
Generate error and continue executing.
Stop the running.
Which is the correct syntax for connecting the mysql database in php?
mysql con=new mysql("Connection string")
mysql("database name");
mysql_connect("database name")
mysql_connect("database",username,password)
In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings:
True
False
What does XML stand for?
Example Markup Language
X-Markup Language
eXtra Modern Link
eXtensible Markup Language
Which of the following statement is true?
In XML,both the tag semantics and the tag set are fixed
XML is a meta-language for describing markup languages
XML is a restricted form of SGML
All the above
Which statement is true?
XML elements must have a closing tag
XML tags must be lower case
XML elements must be properly nested
XML attribute values must be quoted
True/False? Comments are not part of the textual content of an XML document. An XML processor is required to pass them along to an application.
What is the correct syntax of the declaration which defines the XML version?
None of the above
True/False? With XML, the white-space in a document is not truncated.
Which is not a correct name for an XML element?
<7lastname>