0
2.8kviews
Explain Control structures in PHP

Mumbai University > Information Technology > Sem 4 > Web Programming

Marks: 10M

Year: Dec 2014

1 Answer
0
6views

These are

  • Selection Statements
  • Loop Statements

1) Selection Statements:

  • Selection Statements are used to make decisions. These are similar to control structures in C.
  • The if statement, if…else statement or if… else if statements are used in selection statements.
  • Switch Case is also used for multiple choices.

    <html>
    <head>
    <title> …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.