<?php
/*************************************************************
* The MyDB librairy and applications are product of SQLFusion
* It may be used and/or distributed under the terms of the Q Public
* License (QPL) version 1.0, enclosed in the file licence.txt.
****************************************************************/
/** MyDB IDE Version 0.4 **/
/** Author Philippe Lewicki **/
require("mydbconfig.inc.php");
$menu = "query" ;
require("hd_inc.php");
$conx->db = $db;
$conx->table = $table;
// echo $table;
$formEdit = new mydataForm ;
$formEdit->submitPage = "mydataproced.php";
$formEdit->resultPage = $goto;
$formEdit->frmTextareaCols=55;
$formEdit->secondary_key = $secondary_key ;
$formEdit->printform($conx, $wherequery);
include("ft_inc.php");
?>