🐘 PHP Variables

In PHP, variables store data like text, numbers, or other information. All variables start with a $ symbol.

📝 Example: Creating and Using Variables

Output will appear here...

📖 Key Variable Rules

💡 Tip: PHP is loosely typed, so you don't have to declare the type of a variable before using it.