Changeset 28 for branches/3/events.php
- Timestamp:
- Oct 13, 2008, 8:01:02 PM (16 years ago)
- Location:
- branches/3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3
-
Property svn:ignore
set to
config.php
-
Property svn:ignore
set to
-
branches/3/events.php
r27 r28 1 1 <?php 2 2 3 if (array_key_exists(' Email', $_POST)) {3 if (array_key_exists('Register', $_POST)) { 4 4 $Result = $user->Register($_POST); 5 5 } 6 if (array_key_exists('Login', $_POST)) { 7 $Result = $user->Login($_POST); 6 8 } 7 9
Note:
See TracChangeset
for help on using the changeset viewer.