in reply to Re^2: Fetchrow_array returns empty value
in thread Fetchrow_array returns empty value

Your parameter binding has :user. Your query has :user_id.

  • Comment on Re^3: Fetchrow_array returns empty value

Replies are listed 'Best First'.
Re^4: Fetchrow_array returns empty value
by Anonymous Monk on Mar 24, 2014 at 14:47 UTC
    Yes your right. I have replaced that, but I still have the same problem.