Changeset 27 for branches/3/events.php


Ignore:
Timestamp:
Oct 13, 2008, 6:52:24 PM (16 years ago)
Author:
maron
Message:

Registrace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3/events.php

    r25 r27  
    11<?php
    22
     3  if (array_key_exists('Email', $_POST)) {
     4    $Result = $user->Register($_POST);
     5
     6  }
     7
     8  if (array_key_exists('Action', $_GET)) {
     9    $Action = $_GET['Action'];
     10  } else $Action = '';
    311
    412?>
Note: See TracChangeset for help on using the changeset viewer.