Menu

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

Download this file

11 lines (10 with data), 765 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_project","select `name` as title from `project` where `project`='$_SESSION[var_project]'"),
array("screen","screen.php","var_project|var_screen","select `name` as title from `screen` where `project`='$_SESSION[var_project]' and `screen`='$_SESSION[var_screen]'"),
array("table","table.php","var_project|var_table","select `sql` as title from `table` where `project`='$_SESSION[var_project]' and `table`='$_SESSION[var_table]'"),
array("sheet","sheet.php","var_project|var_sheet","select `` as title from `sheet` where `project`='$_SESSION[var_project]' and `sheet`='$_SESSION[var_sheet]'")),
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.