mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added adodb5
This commit is contained in:
9
include/limesurvey/classes/adodb5/x.php
Normal file
9
include/limesurvey/classes/adodb5/x.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
include('adodb.inc.php');
|
||||
|
||||
$db = adonewconnection('mysqli');
|
||||
$db->connect('localhost', 'root', 'C0yote71', 'mantis_13x');
|
||||
|
||||
$t = 'mantis_user_table';
|
||||
$c = array('username' => 'test');
|
||||
print $db->getinsertsql($t, $c) . PHP_EOL;
|
||||
Reference in New Issue
Block a user