Programming in PHP - UNIT IV

Programming in PHP - UNIT IV

12th Grade

10 Qs

quiz-placeholder

Similar activities

Tugas kelas XII RPL

Tugas kelas XII RPL

12th Grade

10 Qs

ujian

ujian

12th Grade

10 Qs

TCP/IP & other protocols [A Level]

TCP/IP & other protocols [A Level]

12th Grade

14 Qs

Quis 1 TKJ XII ASJ Control Panel Hosting

Quis 1 TKJ XII ASJ Control Panel Hosting

12th Grade

6 Qs

Intro to PHP

Intro to PHP

12th Grade - University

15 Qs

PHP Multiple Choice Questions

PHP Multiple Choice Questions

12th Grade

14 Qs

WEB AUTHORING: QUIZ 4

WEB AUTHORING: QUIZ 4

9th - 12th Grade

12 Qs

NOVEMBER_TLJ_M.Zaenal.M, S.Kom_XII_TKJ_PRA_PAS

NOVEMBER_TLJ_M.Zaenal.M, S.Kom_XII_TKJ_PRA_PAS

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?