On Nov 27, 2010, at 1:24 PM, Don Wieland wrote:
On Nov 27, 2010, at 10:44 AM, Daniel P. Brown wrote:
Note how you keep changing case here. For example, m.aucciim_id
vs. m.AUCCIIM_ID. Also note that all of this is cAsE-sEnSiTiVe.
You are right. But it still chokes in PHP:
select m.* fr
> On Nov 27, 2010, at 10:08 AM, Daniel P. Brown wrote:
>
> > one primary question: are you using the mysql_*
> > family, mysqli_* family, or another method of interfacing with MySQL?
>
> mysql_
>
> $results = mysql_query($query) or die(mysql_error());
>
> Don
>
> --
> PHP Database Mailing Lis