ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:performance:suspicioussql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
performance:suspicioussql [2015/08/23 16:45] – created mnewnhamv5:performance:suspicioussql [2021/08/22 22:07] – typo peterdd
Line 3: Line 3:
 <WRAP right box> <WRAP right box>
 == Syntax == == Syntax ==
-  mixed suspicioudSql()+  mixed suspiciousSql()
 </WRAP> </WRAP>
 ===== Description ===== ===== Description =====
Line 21: Line 21:
  
 /* /*
- * Execute invalid SQL statement+ * Execute suspicious SQL statement
 */ */
 $SQL = "SELECT * FROM act where actno > 200"; $SQL = "SELECT * FROM act where actno > 200";
Line 28: Line 28:
  
  
-$h = $perf->suspiciousSql()+$h = $perf->suspiciousSql();
  
 print $h; print $h;
v5/performance/suspicioussql.txt · Last modified: 2024/03/21 16:14 by dregad