Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Looping $_POST  (Read 2792 times)

0 Members and 1 Guest are viewing this topic.

dthscyth

    Topic Starter


    Rookie

    Looping $_POST
    « on: September 24, 2009, 10:31:37 AM »
    foreach($_POST as $key => $value) {
    $$key = $value;
    }


    I'm newbie in PHP. I'm wondering why there are two "$$" beside the key?..  What is the purpose of that?.. tnx..