Skip to content
- PHP stands for ___
- Who developed PHP?
- What is Apache?
- WAMP stands for ___
- XAMPP stands for ___
- What is PHP?
- What is web site?
- What is web server?
- What is static web site?
- What is dynamic web site?
- What is client side scripting language? List them
- What is server side scripting language? List them
- List different server name
- What does mean by cross platform?
- Name form submission methods
- Difference between GET & POST method
- Is GET method secure to submit the login form? If no, justify your answer
- What is the benefit of GET method?
- List the data types of PHP
- List the operators used in PHP
- Difference between == & ===
- Why is foreach loop used?
- Name the statement/function to display on web browser
- List string functions
- List array functions
- List Date functions
- List File handling functions
- List Math functions
- List MySQL functions
- ____ function is used to break a string into an array
- ____ function returns the string from an elements of an array
- ___ function is used to display current system date/time/day/year/month
- ___ function is used to convert from degree to radian
- ____ function is used to convert a number from one base to another base.
- ____ function deletes the last element of an array
- ____ function inserts one or more elements at the end of the array
- ____ function removes the first element of an array
- ____ function inserts one or more elements at beginning of the array
- What is Session? where does it store?
- Which function is used to destroy PHP session variable?
- What is cookie? where does it store?
- List GD library functions
- GD library is useful to create the JPG/GIF/PNG image. (True / false)
- What is AJAX?
- AJAX stands for ____
- What is jQuery?
- Who developed jQuery?
- Name jQuery elements
- Name jQuery keyboard events
- Name jQuery mouse events
- Name jQuery selectors
- Name jQuery effects
- How can PHP and HTML interact?
- How to get the width and height of the image?
- How can we check that given value is string or not?
- What is func_num_args() used for?
- What is func_get_args() used for?
- What is func_get_arg() used for?
- What is die() used for?
- What is unlink() used for?
- What is UDF?
- Cookie is created with ___ function
- DML stands for _____
- Which is default hostname in MySQL?
- What does mysqli_connect() do?
- What does mysqli_fetch_array() do?
- What does mysqli_insert_id() do?
- JSON stands for ____
- HTTP stands for ____
- FTP stands for _____
- Which function is used to convert JSON object to array?
- What is root directory in WAMP?
- Constant can be defined using ______() function.
- Which function is used to destroy variable?
- Which super global variable of PHP stores the information about headers, paths and script locations?
Scroll to top