Variable Variables
This lesson introduces variable variables, also called dynamic variables, and discusses how you can use them in PHP.
We'll cover the following...
We'll cover the following...
What are Variable Variables? #
Using PHP, we can access data through dynamic variable names. The name of a variable can be stored in ...