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?
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"]."'");