PHP Conditionals and Booleans
A boolean variable can only be true or false;
We declared the variable $name as the name of the book, and the variable $read as our boolean variable, if it's true then the user reads the book, if it's false then the user didn't read it.
if($read) {
...
saadlittleworld.hashnode.dev1 min read
I AM Matengo
I AM Matengo
Great Series. Keep posting