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

Go to the source code of this file.

Variables

$this breadcrumbs
 
 $paperid = $_GET['paperid']
 
 $name = mysql_query("SELECT * FROM paper WHERE id='$paperid'")
 
if(mysql_num_rows($name)!=0) else
 

Variable Documentation

string $name = mysql_query("SELECT * FROM paper WHERE id='$paperid'")

Definition at line 22 of file index.php.

$paperid = $_GET['paperid']

Definition at line 18 of file index.php.

$this breadcrumbs
Initial value:
=array(
'Adminviewevaluations',
)

Popup page to view all evaluations of a paper.

A user can view all evaluations of a paper.

Definition at line 11 of file index.php.

if (mysql_num_rows($name)!=0) else

Definition at line 24 of file index.php.