EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
Variables
index.php File Reference

Go to the source code of this file.

Variables

 $confid = $_POST["val"]
 
 $mail = $_POST["mail"]
 
 $ty = $_POST["type"]
 
 $result = mysql_query("SELECT * FROM users WHERE email='$mail'")
 
 else
 
 while ($row=mysql_fetch_array($result))
 

Variable Documentation

$confid = $_POST["val"]

This function belongs to user invitation page(this one is for mail invitations)

Users selected by mail addresses are inserted into database

Definition at line 10 of file index.php.

$mail = $_POST["mail"]

Definition at line 11 of file index.php.

$result = mysql_query("SELECT * FROM users WHERE email='$mail'")

Definition at line 19 of file index.php.

$ty = $_POST["type"]

Definition at line 12 of file index.php.

else
Initial value:
{
$result = mysql_query("SELECT * FROM users WHERE email='$mail'")

Definition at line 22 of file index.php.

while($row=mysql_fetch_array($result))

Definition at line 26 of file index.php.