Skip to content
- What is PHP?
- Give the syntax of PHP and Explain it.
- Explain the life cycle of PHP. Explain how does PHP scoreover ASP and JSP?
- What are the variable in PHP?
- What are strings in PHP?
- Explain string functions.
- Define operators in PHP.
- Explain if-else statement in PHP.
- Explain else-if statement in PHP.
- Explain nested if-else in PHP.
- What do you mean by loop? Explain the concept of while and do while loop.
- Explain the concept of for and for each loop.
- Explain switch statement in brief.
- Define array.