<?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");
echo "Stop this is the new header" ;
require("phllib.inc.php");
$rec = new mydataRecord;
$rec->urlError = "error.php" ;
$rec->save($conx) ;
?>