[PHP] Address array?

2002-11-04 Thread Steve Jackson
I want to display an address from my database based on an orderid. Where am I going wrong? I am still unsure how Php interacts with mySQL but am I right in assuming it should be an array? My code... function get_shipping_address($address_array) { $conn = db_connect(); $orderid =

Re: [PHP] Address array?

2002-11-04 Thread Jason Wong
On Monday 04 November 2002 16:42, Steve Jackson wrote: I want to display an address from my database based on an orderid. Where am I going wrong? I am still unsure how Php interacts with mySQL but am I right in assuming it should be an array? My code... function

Re: [PHP] Address array?

2002-11-04 Thread Hugh Danaher
PROTECTED] To: PHP General [EMAIL PROTECTED] Sent: Monday, November 04, 2002 12:42 AM Subject: [PHP] Address array? I want to display an address from my database based on an orderid. Where am I going wrong? I am still unsure how Php interacts with mySQL but am I right in assuming it should