<?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.
****************************************************************/
/** MyDATA Version 0.9 **/
/** Author Philippe Lewicki **/
require("mydatalocal.inc.php3");
require("phllib.inc.php3");
$conx = new connect ;
$conx->start() ;
$rec = new mydataRecord;
$rec->strPassorwAllReadyUsed = $strPassorwAllReadyUsed ;
$rec->strErrorAccessType= $strErrorAccessType ;
$rec->strWrongEmail = $strWrongEmail ;
$rec->strRequiredField = $strRequiredField;
$rec->strErrorPasswordnotmatch = $strErrorPasswordnotmatch ;
$rec->strErrorLoginPasswordAlreadyUsed = $strErrorLoginPasswordAlreadyUsed ;
$rec->urlError = $urlError ;
$rec->strInsertError = $strInsertError ;
$rec->save($conx) ;
?>