PHP Programming
PHP Programming
Question Bank
h) Write the name of PHP functions that can be used to build a function that accepts any number of
arguments?
n) Write a program in HTML (Web-Page) having a form with firstname, lastname and a submit button.
On clicking the button form validation should work (Use Javascript for that) and data entry should be
saved in a database (PHP code needed, for insertion of data from “form” to database). Form should be
styled using CSS. (Use any mode- inline, internal or external)?
o) What do you understand about Numeric array, Associative array and Multidimensional array?
q) Why we use $_REQUEST variable? Write a note on various library functions available in PHP?
r) What is the function name in PHP, used to delete an element from an array?
s) Write the PHP code for fetching the data from a database to a webpage?
t) What is the purpose of $_PHP_SELF?
1) Echo vs Print
2) Super variable
3) Super global operator
4) Literals
5) Ternary operator
6) Break and continue