1. PHP 5's new ______ module makes parsing an XML document, well, simple. It turns anXML document into an object that provides structured access to the XML.
-
Ajax
XML
SimpleXML
2. There are two types of validation are available in PHP. They are as follows −
-
Client-Side Validation
Server Side Validation −
input type validation
3. Which method retrieves each row from the prepared statement result and assignsthe fields to the bound results?
-
get_row()
fetch_row()
. fetch()
4. In PHP $Icon=mySQL_connect("localhost","root","") is used to ____ to the database .
-
create
close
connect
5. Which one of the following functions is used to determine object type?
6. Which method returns the error code generated from the execution of the lastMySQL function?
7. HTTP stands for ___________.
8. To upload the file ________ array is used.
9. A PHP script starts with <?php and ends with ?>:<?php // PHP code goes here ?>
10. ----------is a technique for creating fast and dynamic web page.
11. PHP was designed as a ________ scripting language.
12. mysql_close() is use to ________database(wamp) in php .
13. die(mySQL_error()) is used to show _______ message .
14. The long form of SQL is __________.
15. allows to web pages to be upload asynchronously and exchange the smallof data wit server .
16. is main example of ajax application .
17. __________Reduce the traffic travels between the client and the server
18. mysql_close() is use to ________database(wamp) in php .
19. The abs() function returns the absolute (positive) value of a number:
20.A ________ script can be placed anywhere in the document.
21. the switch statement is used to perform different actions based on differentconditions
22. The _____function rounds a floating-point number to its nearest integer:
23. An inherited class is defined by using the ______ keyword.
24. Interface are similar to abstract classes. The difference between interfaces and abstract classes are Interfaces cannot have properties, while abstract classes can have.
25. Ajax method and method is used to perform Ajax request
26. Jquery ajax is usefull while working with forms it consist of serialization ,client side ,validation ,it is
27. The ajaxStart and ajaxStop are ______ that relate to all Ajax requests together
28. SOAP supports document-level transfer
29. ______ doesn't define a specific set of tags
30. Ajax is not programming language , itis
Post a Comment
0 Comments