EHCP-Force-Edition/ehcp/adodb5/x.php

10 lines
232 B
PHP
Raw Normal View History

2018-04-02 22:26:17 +00:00
<?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;