Why are the variables not being declared in the program given below? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why are the variables not being declared in the program given below?

I'm a beginner and learning php. Yet I'm unable to understand why the session variables remain undefined inside the php code... Please help me understand... 🙏 https://code.sololearn.com/wFuqliFmpNQ8/?ref=app

29th Sep 2020, 3:55 PM
Sanwali Sood
Sanwali Sood - avatar
2 Answers
+ 1
AND - both operand should be true inorder to get true as result OR - results in true even if only one of the operand is true NOT - reverse whatever the result is, true is false and false is true.
29th Sep 2020, 7:10 PM
Raj Chhatrala
Raj Chhatrala - avatar
+ 1
Yes, you're correct and I know about this concept... but actually the problem is that in this program $result, $num1 and $num2 remain undefined for the php code. However their values have been defined under the form tag. This is what I'm not getting. 🤷‍♀️
30th Sep 2020, 3:03 AM
Sanwali Sood
Sanwali Sood - avatar