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

Go to the source code of this file.

Variables

 $paperid = $_POST["val"]
 
 $mail = $_POST["mail"]
 
 $result = mysql_query("SELECT * FROM users WHERE email='$mail'")
 
 else
 

Variable Documentation

$mail = $_POST["mail"]

Definition at line 10 of file index.php.

$paperid = $_POST["val"]

Referee assignment(by mail) function belonging to referee assignment page

This function is used to insert referee assignments into database.

Definition at line 9 of file index.php.

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

Definition at line 15 of file index.php.

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

Definition at line 18 of file index.php.