Main Page | Directories | File List | File Members

projectname.php File Reference

Go to the source code of this file.

Variables

 $random_num = mt_rand(0,1000000)
 $result
 print


Variable Documentation

$random_num = mt_rand(0,1000000)
 

Definition at line 37 of file projectname.php.

$result
 

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.

print
 

Definition at line 96 of file projectname.php.


Generated on Sun Feb 26 13:23:05 2006 for Savane PHP Frontend Developer Reference by  doxygen 1.4.4