Menu

[r15]: / html / menu.php  Maximize  Restore  History

Download this file

11 lines (10 with data), 832 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<?php
$items=array(
array("project","projects.php",
array(array("list","projects.php"),
array("project","project.php","var_DatabaseID","select `DatabaseName` as title from `database` where `DatabaseID`='$_SESSION[var_DatabaseID]'"),
array("screen","screen.php","var_DatabaseID|var_screen","select `title` as title from `screen` where `DatabaseID`='$_SESSION[var_DatabaseID]' and `screen`='$_SESSION[var_screen]'"),
array("table","table.php","var_DatabaseID|var_TableID","select `Title` as title from `tables` where `DatabaseID`='$_SESSION[var_DatabaseID]' and `TableID`='$_SESSION[var_TableID]'"),
array("sheet","sheet.php","var_DatabaseID|var_SheetID","select `Name` as title from `sheet` where `DatabaseID`='$_SESSION[var_DatabaseID]' and `SheetID`='$_SESSION[var_SheetID]'"))),
array("Users","users.php",array()));
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.