2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Moved directoryy

This commit is contained in:
Adam Zammit
2016-06-16 11:37:51 +10:00
parent e1537244ad
commit d683756015
219 changed files with 0 additions and 0 deletions
+9
View 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;