C
|
cgphp 12/2/2011 |
Post a screenshot of what you want to achieve. |
B
|
b.emanuele author 12/2/2011 |
Post a screenshot of what you want to achieve.
|
C
|
cgphp 12/2/2011 |
Check this article: http://xlinesoft.com/phprunner/docs/before_sql_query.htm $strWhereClause = whereAdd("week=48",$strWhereClause); |
B
|
b.emanuele author 12/5/2011 |
Check this article: http://xlinesoft.com/phprunner/docs/before_sql_query.htm You can modify the where clause of the SQL query: $strWhereClause = whereAdd("week=48",$strWhereClause);
global $strTableName;
|