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
 
 $co = $_GET['va']
 
 $conf = mysql_query("SELECT name FROM conference WHERE conferenceid=$co")
 
 while ($row=mysql_fetch_array($conf))
 

Variable Documentation

$co = $_GET['va']

Definition at line 32 of file index.php.

$conf = mysql_query("SELECT name FROM conference WHERE conferenceid=$co")

Definition at line 34 of file index.php.

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

Conference participation confirmation function

This function is used by chairs to approve/reject participation requests for a conference

Definition at line 10 of file index.php.

while($row=mysql_fetch_array($conf))

Definition at line 37 of file index.php.