Static Variables
Static Variables is a PHP topic. In plain words you use it for $marks = 72 in a result script. Don’t start with a slogan — start with that picture.
Smallest example: $name = 'Asha';. Type it, run it, and say what you see. If you can do that from memory, you know Static Variables.
From the example next to this theory — Static Variables: scores array, print avg, then high marks.
Trap — using marks without $. Fix that before you talk about advanced PHP.
Viva — what is Static Variables? Then show $name = 'Asha';. Then name the trap.
What is Static Variables? Show this: $name = 'Asha';. Trap: using marks without $.