[PHP-DB] How to select records if any of it's fields match the requirement?

2004-05-21 Thread Amanda
I would like to select the records where any of the fields LIKE '%abc%' Can I do that without knowing the table's column names? If table column names are required, how can I retrieve the column names from the table? Regards Amanda

RE: [PHP-DB] exporting data to excel

2004-03-24 Thread Amanda
Isn't that better to use excel com object? -Original Message- From: matthew perry [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 9:30 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] exporting data to excel I am looking for the easiest way to export data to an excel file. Is

[PHP-DB] boooking: get available dates

2004-02-12 Thread amanda kerdal
Hi everyone trying to do an e-booking service for BBs. In mysql db I've got a booking table with an arrivalDate and a departureDate field for each Unit booked. My Units are the Rooms and in the Unit table. I want to check availability for every single unit. $result_dates=mysql_query(SELECT