Go to the source code of this file.
|
| $confid = $_POST["val"] |
|
| $mail = $_POST["mail"] |
|
| $ty = $_POST["type"] |
|
| $result = mysql_query("SELECT * FROM users WHERE email='$mail'") |
|
| else |
|
| while ($row=mysql_fetch_array($result)) |
|
This function belongs to user invitation page(this one is for mail invitations)
Users selected by mail addresses are inserted into database
Definition at line 10 of file index.php.
$result = mysql_query("SELECT * FROM users WHERE email='$mail'") |
Initial value:{
$result = mysql_query(
"SELECT * FROM users WHERE email='$mail'")
Definition at line 22 of file index.php.
while($row=mysql_fetch_array($result)) |