Jump to content

Silent-B

New Members
  • Posts

    3
  • Joined

  • Last visited

Silent-B's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I`m making php tutorial and i want to talk about that and say why is this happened.
  2. I WANT TO MAKE AN ARRAY LIKE $GLOBALS structure: if you run var_dump($GLOBALS): you will see that this is an array and contains another 9 array with key names. when there is a value(name) in "_POST" you cant use echo $GLOBALS["name"]. but when there is a value("fname") in "GLOBALS" you can use echo $GLOBALS["fname"]. how this array works like that? and how to make an array that behave like that?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.