PHP with MySQL
Test
Model Test
Ebook
Quiz-1 : PHP Fundamental
Quiz-2 : PHP Variables and Datatypes
Quiz - PHP Basic 1
Quiz - PHP Fundamental 3
Quiz - PHP Advanced Concept, Networking, Super G.
Quiz - PHP Networking
Quiz PHP Object Oriented Programming
Quiz - PHP string,oop,regular expression
Quiz - PHP and MySQL
Quiz - PHP String,Security,Webservice
Index
PHP Home
PHP Fundamentals
230
PHP Input/Output
16
PHP Object Oriented Programming
59
PHP Installation & Configuration
17
Reported Questions
80
PHP Functions
16
PHP Regular Expression
33
PHP Variables and Datatypes
62
PHP Arrays
104
PHP Operators and Expressions
6
PHP Built-in Constants and Standard PHP .
10
PHP Advanced Concepts
120
PHP Error Handling
34
PHP String Operation
36
PHP Language Syntax
11
PHP Super Globals
21
PHP Datetime and timezone
4
PHP Networking
12
PHP with MySQL
5
PHP Web Service
10
PHP Security
15
PHP File Handling
9
PHP PEAR
7
PHP Control Structure
7
PHP Form Handling
1
Schools
Ebook
Question:
To use the mysqli extension which line is need to add?
A
extension = php_mysql.dll
B
extension = php_mysqli.dll
C
with.mysql[= DIR]
D
php.info()
Note:
Not available
Show answer
Show Note
Report
Question:
The mysql function in php are ______.
A
Case sensitive
B
Case insensitive
C
variable
D
constant
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is the correct way to creating instance of class mysqli?
A
$mysql=new mysqli('localhost','user','password','database_name');
B
$mysql=new mysqli('localhost','user','password'); $mysqli->select_db('database_name');
C
$mysql= new mysqli(); $mysqli->connect('localhost','user','password','database_name');
D
All
Note:
Not available
Show answer
Show Note
Report
Question:
State whether true or false: Transactions and commit/rollback are supported by MySQL using the MyISAM engine
A
True
B
False
Note:
Not available
Show answer
Show Note
Report
Question:
What will happen if you write the following statement on the MySQL prompt? SELECT NOW();
A
It will display the current date
B
It will display the error message as now does not exist.
C
It will display a syntax error near ‘()
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
Next
Last
/1
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd