Tell me when a conditional statement is ended with an endif?



Tell me when a conditional statement is ended with an endif?..

Answer / Asfy

In PHP, the `endif` keyword indicates the end of an if or an if-else statement. It must be preceded by either a matching `if` or `else` to close the conditional block.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What is binary safe string?

1 Answers  


What's diffrence between Get() and Post() Function

7 Answers  


So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?

1 Answers  


How to create reusable code in php?

1 Answers  


What is stdclass in php?

1 Answers  


How to create a web form?

0 Answers  


I finished my degree 4 years back. I didnt get job in software. In the time(for 4 years) i worked one kpo industries. but now i got job in php(40 employes working there) as fresher(Salary 8000). Shall i join in php. I have no knowledge about php. Can i do well in php. How will my carrier if i join in php? Please can you give your idea.? It will be more usefull to me.

2 Answers  


What is xss and csrf?

1 Answers  


What does namespace mean in php?

1 Answers  


Tell me what is needed to be able to use image function?

1 Answers  


How can we increase execution time of a php script?

1 Answers  


What are the 5 types of variables?

1 Answers  


Categories