Go to the source code of this file.
Variables | |
| $random_num = mt_rand(0,1000000) | |
| $result | |
|
|
Definition at line 37 of file projectname.php. |
|
|
Initial value: db_query("INSERT INTO groups (group_name,is_public,unix_group_name,status,license,register_purpose,required_software,other_comments,register_time,license_other,rand_hash) VALUES (" . "'__$random_num'," . "1," # public . "'__$random_num'," . "'I'," # status set to inactive until the registration is complete . "'__$random_num'," . "'".htmlspecialchars($form_purpose)."'," . "'".htmlspecialchars($form_required_sw)."'," . "'".htmlspecialchars($form_comments)."'," . time() . "," . "'__$random_num','__".md5($random_num)."')") Definition at line 40 of file projectname.php. |
|
|
|
Definition at line 96 of file projectname.php. |
1.4.4