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
 
 $receiverid = $_GET['userid']
 
 $name = mysql_query("SELECT * FROM users WHERE userid='$receiverid'")
 
else $senderid = 0
 

Variable Documentation

$name = mysql_query("SELECT * FROM users WHERE userid='$receiverid'")

Definition at line 21 of file index.php.

$receiverid = $_GET['userid']

Definition at line 19 of file index.php.

else $senderid = 0

Definition at line 56 of file index.php.

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

Page to view all messages between two users

Users can also send messages using this page

Definition at line 10 of file index.php.