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

Go to the source code of this file.

Variables

 $confid = $_GET["va"]
 
 $confname = mysql_query("SELECT * FROM conference WHERE conferenceid=$confid")
 
 while ($conf=mysql_fetch_array($confname))
 
 $i =0
 
 $user
 
while($row=mysql_fetch_array($user))
if($i!=0) 
else
 
 $j =0
 

Variable Documentation

$confid = $_GET["va"]

Definition at line 19 of file index.php.

$confname = mysql_query("SELECT * FROM conference WHERE conferenceid=$confid")

Definition at line 21 of file index.php.

$i =0

Definition at line 62 of file index.php.

$j =0

Definition at line 120 of file index.php.

$user
Initial value:
= mysql_query("SELECT DISTINCT userid FROM interest_user WHERE interestid IN
(SELECT titleid FROM conference_title WHERE conferenceid=$confid)")

Definition at line 64 of file index.php.

while ($row=mysql_fetch_array($user)) if ($i!=0) else

Definition at line 84 of file index.php.

while($j< sizeof($asd2))

Definition at line 23 of file index.php.