Programming in PHP - UNIT IV

Programming in PHP - UNIT IV

12th Grade

10 Qs

quiz-placeholder

Similar activities

Networking

Networking

9th - 12th Grade

15 Qs

Soal Jaringan Komputer

Soal Jaringan Komputer

10th - 12th Grade

10 Qs

Computer Networks Application Layer

Computer Networks Application Layer

12th Grade

10 Qs

L.8. FORMS AND FILES

L.8. FORMS AND FILES

12th Grade

10 Qs

Hakdad - information technology - basic knowledge

Hakdad - information technology - basic knowledge

12th Grade - Professional Development

15 Qs

Computer Networking Quiz

Computer Networking Quiz

12th Grade

15 Qs

Introduction to PHP: Hypertext Preprocessor

Introduction to PHP: Hypertext Preprocessor

11th - 12th Grade

10 Qs

Database

Database

8th - 12th Grade

10 Qs

Programming in PHP - UNIT IV

Programming in PHP - UNIT IV

Assessment

Quiz

Computers

12th Grade

Hard

Created by

MS.SHYAMALADEVI C

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which PHP function is used to open a file?

fopen()

file_open()

open_file()

readfile()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What mode is used in fopen() to open a file for writing and create the file if it doesn’t exist?

"r"

"w"

"a"

"x"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to read a file line by line in PHP?

fread()

fgets()

readfile()

file_get_contents()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which PHP extension is commonly used for working with MySQL databases?

PDO

SQLi

MySQLX

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL command is used to fetch data from a database table in PHP?

INSERT

UPDATE

SELECT

DELETE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which PHP function is used to execute an SQL query in MySQLi procedural style?

execute_query()

query_execute()

mysqli_query()

mysql_run()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you start a session in PHP?

start_session()

session_start()

begin_session()

open_session()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?