Page 1 of 1

Storing information in separate database

Posted: Thu Dec 10, 2009 1:31 pm
by rulez22
At the time of booking I would like to store reservations requests in a separate database (a copy of that information, such as clients names, dates, etc). Where should I look at it in your PHP code, which part actually is it?

Re: Storing information in separate database

Posted: Sun Dec 20, 2009 6:21 pm
by marco
Reservation requests are stored in "messaggi" table, you can see the structure of a record in messaggi.php from line 439, for example data about the client is in dati_messaggio15 field.

Regards,
Marco