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
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
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 u