-RESERVATION FORM-
"La French Touch" is available in limited quantities.
Use this reservation form to record your contact information and reserve your copy.
Please note that it is NOT a commitment for you, neither an order form.
Reservations will be honoured while it last in registration order.
You will be contacted to your email address once the book is available or to notice about unavailability.
/*----------------------------------------------*/
/* VARIABLES A MODIFIER */
/*----------------------------------------------*/
// SERVEUR SQL
$sql_serveur="localhost";
// LOGIN SQL
$sql_user="dbstef";
// MOT DE PASSE SQL
$sql_passwd="dumy!07";
// NOM DE LA BASE DE DONNEES
$sql_bdd="meccanobook";
// VARIABLES LOGIN
$validite="V";
$autocreate="A";
$invalide="I";
$admin="D";
// AUTRES VARIABLES
$activatemail = TRUE;
?> |