Hello,
I create a string with a command in it, because it's variable. Is it possible to excecute that string.
function query( $sql, $op )
{
$exe = "\$this->" . $this->dbType . "query( )";
}
function mysql_query( $sql, $op )
{
...
}
function mssql_query( $sql, $op )
{
...
}