-----8><---------
>
>
> Hey! can you send me dump_invoices.php3?
>
-------8><-------
declaration change:
define("SERVER_NAME", $SERVER_NAME);
define("SCRIPT_NAME", basename(__FILE__));
define("APPLICATION_ROOT", ereg_replace("([/\\]htdocs[/\\]admin[/\\]*)$",
"", dirname(__FILE__)));
define("EXTERNAL_PATH", dirname($SCRIPT_NAME) . "/");
// dont forget if using this to change root path variable.
first address table query (shipping):
$query =
"SELECT s.Invoice, a.Name_First, a.Name_Last, a.Company, a.Street1, " .
"a.Street2, a.Street3, a.City, a.StateProv, a.CountryCode, a.PostalCode,
a.Email, a.Phone1, " .
"a.Phone2, s.Method, s.Message ";
second (billing):
$query =
"SELECT b.Invoice, a.Name_First, a.Name_Last, a.Company, a.Street1,
a.Street2, " .
"a.Street3, a.City, a.StateProv, a.CountryCode, a.PostalCode, a.Email,
a.Phone1, " .
"a.Phone2, b.Method, b.CreditCardNumber, b.CreditCardExpiration ";
BTW could anyone help me out with the correct way to remark revisions and
such on software like this as far as how to differentiate working-dogs.com
software from my revisions? a better way to share file revisions? and what
is the policy on sending attatched files to the list?
Thanks,
Chuck
Chuck Gartland || [EMAIL PROTECTED]
Project 27 || www.project27.com
1836 Palm Avenue || 808 465-1381
Pearl City, HI 96782 || GMT -10:00 hours
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]