Variables

/home/ivan/src/sit/branches/3.x/ftp_delete.php File Reference

Go to the source code of this file.

Variables

 $permission = 44
 $id = clean_int($_REQUEST['id'])
 $sql = "SELECT * FROM `{$dbFiles}` WHERE id='$id'"
 $result = mysql_query($sql)
if(mysql_error())
trigger_error("MySQL Query
Error ".mysql_error() 
E_USER_WARNING
 $obj = mysql_fetch_object($result)
 $conn_id = create_ftp_connection()
if(mysql_error())
trigger_error("MySQL Query
Error ".mysql_error() 
E_USER_ERROR

Variable Documentation

$conn_id = create_ftp_connection()

Definition at line 32 of file ftp_delete.php.

Referenced by create_ftp_connection().

$id = clean_int($_REQUEST['id'])

Definition at line 24 of file ftp_delete.php.

$obj = mysql_fetch_object($result)
$permission = 44

Definition at line 15 of file ftp_delete.php.

$result = mysql_query($sql)

Definition at line 27 of file ftp_delete.php.

$sql = "SELECT * FROM `{$dbFiles}` WHERE id='$id'"

Definition at line 26 of file ftp_delete.php.

if (mysql_error()) trigger_error("MySQL Query Error ".mysql_error() E_USER_ERROR

Definition at line 68 of file ftp_delete.php.

if (mysql_error()) trigger_error("MySQL Query Error ".mysql_error() E_USER_WARNING

Definition at line 28 of file ftp_delete.php.

For more help developing with SiT! see http://sitracker.org/wiki/DevelopmentHowTo

© 2008-2011 Support Incident Tracker

Tsohost Logo