Saved Bookmarks
| 1. |
What variable type would you use for a true or false condition in php? |
|
Answer» PHP: HYPERTEXT Preprocessor is a programming language that is used in various fields today. The full form of PHP is Personal Home Page. There are CERTAIN variables that are used in programming and they all have a very specific set of FUNCTIONS. In case of a 'true or false' condition in PHP, one should ALWAYS use the Boolean variable. |
|