Jump to content

MizUndrstnd

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by MizUndrstnd

  1.  <?php

    $_COOKIE['visit_pages'] = array(
    'cookie_1' => 'heelo',
    'cookie_2' => 'woot?',
    'cookie_3' => 'michaeljacsooon',
    'cookie_4' => 'itisworking?'
    );


    //cookie set?
    //if(isset($_COOKIE['visit_pages']) && count($_COOKIE['visit_pages']) > 0){

    //check if is of array type
    if(is_array($_COOKIE['visit_pages'])){

    foreach($_COOKIE['visit_pages'] as $k=>$v){

    $visit_pages = $v + 1;
    unset($_COOKIE['visit_pages'][$k]);

    setcookie("visit_pages[$k]", $visit_pages, time()+(60*60*24*365),"/");

    $visit_pages_arr[$k] = $visit_pages;

    var_dump($_COOKIE['visit_pages']);

    }

    } else {
    //is not array?


    print 'Is not array type!';


    }
    //}

    ?>

    Results:

    array (size=3)
    'cookie_2' => string 'woot?' (length=5)
    'cookie_3' => string 'michaeljacsooon' (length=15)
    'cookie_4' => string 'itisworking?' (length=12)

    array (size=2)
    'cookie_3' => string 'michaeljacsooon' (length=15)
    'cookie_4' => string 'itisworking?' (length=12)

    array (size=1)
    'cookie_4' => string 'itisworking?' (length=12)

    array (size=0)
    empty

  2. Nu am inteles nimic , ...

    daca n-ai luat bacalaureatul normal ca nu intelegi nimic, iti trebuie diploma sa citesti 3-4 randuri care sunt in romana si sa iti dai seama ce scrie.

    Daca aveti sub 50$ si vreti sa retrageti trebuie sa dovediti ca sunteti student, ce trece peste nu mai trebuie dovada si am vaga impresie ca este one time payment cand ajungi la 100$.

  3. Am incercat sa cumpar cu cardul meu si am primit un raspuns frumos de la suport, asta dupa ce nu a mers sa il cumpar.

    Nikita Shalagaiev

    Please clarify which domain name exactly would you like to purchase?

    Claudiu

    neverself.com

    Credit Card Number used to buy it: 4689180136368164

    Nikita Shalagaiev

    Please hold on, let me check.

    Claudiu

    Ok, thank you.

    Nikita Shalagaiev

    Sorry for a possible disappointment, but unfortunately, we are unable to process your order at this time and it has been cancelled. You will not be charged and we have released our hold on these funds. Your bank will lift their hold on these funds at their discretion. We kindly ask you to find another hosting provider for your needs.

    Claudiu

    Ok, thank you for your answer Nikita.

    SERIOS?

    We kindly ask you to find another hosting provider for your needs.

    Da-te in ma-ta cu promotia ma-tii!

×
×
  • Create New...