Archive

Posts Tagged ‘whmcs database’

Bridge Mysql Table For 2 Whmcs Database

April 18th, 2011 Comments off

Hi,

It’s very simple: i have 2 database in mysql from 2 site whmcs and i need that the invoice number are never the same number in the 2 database.

So my solution are to create a php script that check the 2 table in the databases and if one table have the a new invoice, the script will increment +1 in the other table.

Thanks

Bear