This topic is locked
[SOLVED]

 Restrict chart to logged in user

4/7/2010 5:58:46 AM
PHPRunner General questions
G
glazer author

I have a chart but I want to make a restriction so that the logged in user can only plot his own data and not that of anyone else using my application. How can I do this?

G
glazer author 4/7/2010



I have a chart but I want to make a restriction so that the logged in user can only plot his own data and not that of anyone else using my application. How can I do this?


This from Jane work well
$strWhereClause = whereAdd($strWhereClause,"FieldName='".$_SESSION["UserID"]."'");