Jump to content

bartvanlente

Members
  • Posts

    2
  • Joined

  • Last visited

About bartvanlente

  • Birthday 05/17/1994

Contact Methods

  • Website URL
    http://www.bartvanlente.com

Profile Information

  • Gender
    Male

bartvanlente's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. Yes, I read only the variable $name. I can't really found what I should do with this session to remove. something like this: $session->remove(bestelling)
  2. Hi, I just started process wire only I can not delete my session does anyone know how I can do that. Here is my code: $session->bestelling = $_POST; elseif(strcmp($status, 'success') === 0) { //Here must I delete $session->bestelling echo '<h1>Transactie geslaagd.</h1><p>Uw betaling van bestelling #' . $order . ' met iDEAL is geslaagd.</p>'; } Greetings, Bart van Lente
×
×
  • Create New...