CHART PROBLEM AGAIN |
11/18/2007 16:47:53 | |
| PHPRunner General questions | ||
|
J
joesjnr author
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=6842&image=1&table=forumtopics' class='bbc_emoticon' alt=':ph34r:' /> |
||
|
|
Alexey admin 11/19/2007 |
|
Hi, <select onchange="window.location='..._chart.php?a=filter&branch='+escape(this.options[this.selectedIndex].value);"> <option value="Branch 1">Branch 1</option> <option value="Branch 2">Branch 2</option> ... </select>
if(@$_GET["a"]=="filter") $_SESSION["branch"]=@$_GET["branch"];
if(@$_SESSION["branch"]) $strWhereClause = whereAdd($strWhereClause,"branch_name='".$_SESSION["branch"]."'"); |
|
|
J
|
joesjnr author 11/20/2007 |
|
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=23486&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> |
|