Method | Description | |
---|---|---|
MySQLParseBody ( string input ) : string |
Parses test from a MySQL Query to be HTML Compliant
|
|
RunSQLSelectQuery ( |
Run an SQL query on the server
|
|
RunSQLUpdateQuery ( |
public static MySQLParseBody ( string input ) : string | ||
input | string | Dat input string |
return | string |
public static RunSQLSelectQuery ( |
||
query | The MySQL Command to be executed | |
return | IList |
public static RunSQLUpdateQuery ( |
||
query | ||
return | int |