Welcome Guest, Not a member yet? Register   Sign In
Setup Database and check connection
#2

Hi the problem here are that you are using CodeIgniters built in Query Builder, and then trying to access the data with mysqli built in functions. You need to stick to CodeIgniters own function or switch over completely to mysqli_ functions.

Here are how you are supposed to fecth data:
https://codeigniter4.github.io/userguide...sults.html

PS. Moved your thread into CI 4 Support.
Reply


Messages In This Thread
Setup Database and check connection - by raul1ro - 03-20-2020, 07:35 AM
RE: Setup Database and check connection - by jreklund - 03-20-2020, 10:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB