|
Posted by Captain Paralytic on 09/06/07 08:42
On 6 Sep, 00:27, "Matthew White" <mgw...@msn.com> wrote:
> "J.O. Aho" <u...@example.net> wrote in message
>
> news:5k2it6F1rnmsU3@mid.individual.net...
>
>
>
>
>
> > Matthew White wrote:
> >> "Captain Paralytic" <paul_laut...@yahoo.com> wrote in message
>
> >>> Now can you please post some of the output FROM THE QUERY!
>
> >> The query returns a mysqli_result object, then stalls on the
> >> mysqli_fetch_array. This results in a blank page. If I removed the <,
> >> the query returns the same object, and returns an array after
> >> mysqli_fetch_array. That's the only ouput.
>
> > I think Paul will be happy if you would tell what happens if you run that
> > query directly on the mysql server (use the terminal frontend mysql and
> > cut
> > and paste the query).
>
> > --
>
> > //Aho
>
> PHPMyAdmin returns:
>
> Showing rows 0 - 0 (1 total, Query took 0.0163 sec)
>
> and one row that fits the description. It seems to be a problem exclusively
> with mysqli_fetch_array.- Hide quoted text -
>
> - Show quoted text -
But by the time you get to use mysqli_fetch_array, the query is
finished with, so how can the < in the query be making the difference?
Navigation:
[Reply to this message]
|