RE: [PHP-DB] array with two dimensions

2003-02-17 Thread Kelly Protsko
)) { echo $element[ key ]; //this would display the year echo $element[ value ]; //displays the value associated with the year } Hope that helps, I have tested it and it works for me Kelly Protsko -Original Message- From: Lars Rasmussen [mailto:[EMAIL PROTECTED]] Sent

RE: [PHP-DB] Receiving ARRAY from Forms

2003-02-20 Thread Kelly Protsko
You could use sessions to pass the array to the next page easily. $_SESSION[arraylist] = $mList; Then just grab it back from the other form. If you haven't used sessions before you can get a quick overview here. http://www.theoutersphere.com/php/sessions.php Kelly -Original Message-

RE: [PHP-DB] php/mysql query

2003-02-20 Thread Kelly Protsko
Well if the zip codes have something in common just do a pattern match for them or are you just picking random zip codes? This way you only need one one sql statement to bring everything back. Kelly -Original Message- From: Julie Keywell [mailto:[EMAIL PROTECTED]] Sent: February 20,