multithreaded server
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ RENDER()
|
||||
<label>MySQL Connection</label>
|
||||
<pre><?
|
||||
|
||||
string query = "SELECT * FROM :table WHERE x = :val";
|
||||
String query = "SELECT * FROM :table WHERE x = :val";
|
||||
StringMap params;
|
||||
params["table"] = "TableName";
|
||||
params["val"] = "Dubious\\Value'Name\nwith;breaks";
|
||||
|
||||
Reference in New Issue
Block a user