I am trying to query a mySql database useing a like statement. When I run my statement in the mySQL query runer it runs perfect. But when I try to run it useing the pear db connection I get this error.
Fatal error: Call to undefined function: fetchrow()
When I replace the like statement with a simple select * from table it works fine.
Dose anyone have any clue?
Thanks
Samuel
Fatal error: Call to undefined function: fetchrow()
When I replace the like statement with a simple select * from table it works fine.
Dose anyone have any clue?
Thanks
Samuel