RE: [PHP-DB] Database search question

2002-03-30 Thread J. Scott Johnson
Disclaimer: Its late, I'm tired and I haven't tested this code. Hope it helps. Quick Overview: //make your dictionaries all lower case for ease $countries = array( 1 => 'us', 2 => 'germany', 3 => 'australia' ); $cities = array( 1 => 'new york', 2 => 'berlin', 3 => 'sydney' ); $lodging = array(

RE: [PHP-DB] Problem with PHP connectivity with mySQL (RedHat package)

2002-03-30 Thread J. Scott Johnson
For the future, run this very simple and make sure that MySQL support (or whatever is part of your build). Scott -Original Message- From: CK Raju [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 30, 2002 7:40 AM To: Saulo Silva; [EMAIL PROTECTED] Subject: Re: [PHP-DB] Problem with PHP