Changeset 27 for branches/3/events.php
- Timestamp:
- Oct 13, 2008, 6:52:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3/events.php
r25 r27 1 1 <?php 2 2 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 = ''; 3 11 4 12 ?>
Note:
See TracChangeset
for help on using the changeset viewer.