At 10/31/2002, you wrote:
function get_order_id_receipt($orderid, $shipping)
{
//Get order ID from DB to pass to receipt.
$conn = db_connect();
$datequery = "select date from receipts where customerid = '10'";
$query = "select orderid from receipts where customerid = '10'";
$shippingquery
The function needs more or less parameters than supplied, in this case
either 2 or 3, check
the manual
Steve Jackson wrote:
function get_order_id_receipt($orderid, $shipping)
{
//Get order ID from DB to pass to receipt.
$conn = db_connect();
$datequery = "select date from receipts where custom
function get_order_id_receipt($orderid, $shipping)
{
//Get order ID from DB to pass to receipt.
$conn = db_connect();
$datequery = "select date from receipts where customerid = '10'";
$query = "select orderid from receipts where customerid = '10'";
$shippingquery = "select shipping from rec
3 matches
Mail list logo