MySQL Forums
Forum List  »  PHP

Re: PHP Queries show results in mysql4.1 but not 5.0.18
Posted by: Michael Brennan-White
Date: March 02, 2006 10:06AM

Peter,

Thanks for the reply.

I ran the query :
select fname as firstname, lname as lastname, city from owners
where lname = 'White' and fname like 'Mic%'

in the mysql console and the mySQL Query Browser and received 9 resulting records.

Running the same query through a PHP page did not return any results.

Thanks,

Michael

Options: ReplyQuote


Subject
Written By
Posted
Re: PHP Queries show results in mysql4.1 but not 5.0.18
March 02, 2006 10:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.