Hi,
I have a query which is run against a mssql database and I'm not using PDO drivers. Is there something like prepared statement i can use?
Here is the query:
$tsql = "INSERT INTO cplinktable (liferayid, bmsid, autotaskid, waspdb, cpid) VALUES ($liferayid, $bmsid, $autotaskid, '$waspdb', $cpid)";
thanks,
Jonesy