Vik Rubenfeld
2007-08-18 01:08:53 UTC
select * from metal_desc join abbrev on metal_des.ndb_no =
abbrev.ndb_no where long_desc like 'copper' order by long_desc
I ran it in the phpMyAdmin Query window, and it ran perfectly, and cameabbrev.ndb_no where long_desc like 'copper' order by long_desc
back with the correct results.
...it seems to halt PHP execution. The next line of PHP code never runs.
It's like PHP or MySQL is hanging.
Checking the server error logs for PHP, MySQL, and Apache, shows no
errors.
select * from metal_desc where long_desc like 'copper' order by
long_desc
...everything runs perfectly.long_desc
Does anyone have any notion what could be causing this?
Thanks very much in advance to all for any info.