Storing information in separate database

Questions on subjects not related to other forums (installing on other hostings, etc.). DigitaldDruid.Net staff will not answer here.

Moderator: marco

Post Reply
rulez22
Posts: 60
Joined: Thu Feb 01, 2007 2:32 pm

Storing information in separate database

Post 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?
marco
Posts: 1332
Joined: Tue Jul 05, 2005 6:00 pm
Location: Roma, Italia

Re: Storing information in separate database

Post 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
Problems installing, configuring, upgrading?
Try the easiest way to use HotelDruid:
https://www.digitaldruid.net/hosted/index.php
Post Reply