Im currently trying to learn php and ive come accross a few things in my book without explanation.
First of all this sign =>
its used like this in my book.
$character = array (
"name" => "bob",
"occupation => "superhero",
"age" => 30,
"special power" => "x-ray vision"
);
If someone could just tell me what => means and does and i can figure out how it works.
with appreciation,
Ben